Thread overview
[Issue 1656] New: illegal declaration accepted
Nov 10, 2007
d-bugmail
Nov 10, 2007
d-bugmail
Dec 05, 2007
d-bugmail
November 10, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1656

           Summary: illegal declaration accepted
           Product: D
           Version: 1.022
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: davidl@126.com


class b
{
    final abstract void k();
}

a final member can not be abstract


-- 

November 10, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1656





------- Comment #1 from davidl@126.com  2007-11-10 08:38 -------
*** Bug 1658 has been marked as a duplicate of this bug. ***


-- 

December 05, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1656


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2007-12-04 23:35 -------
Fixed dmd 1.024 and 2.008


--