July 19, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2236

           Summary: abstract modifier is applied to template class
                    parameters
           Product: D
           Version: 1.033
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: 2korden@gmail.com


abstract class Test(int i)
{
}

test.d(1): variable test.i abstract cannot be applied to variable

Similar problem arises with `final', but I can't create a test case right now.


-- 

December 03, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2236


gide@nwawudu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from gide@nwawudu.com  2008-12-03 13:36 -------


*** This bug has been marked as a duplicate of 1010 ***


--