[Issue 10151] final: before enum is now an error.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 24 05:55:00 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10151



--- Comment #3 from deadalnix <deadalnix at gmail.com> 2013-05-24 05:55:00 PDT ---
Finally I could reduce the bug to a simple test case. Probably a duplicate of
10144. Testing with updated dmd right now.

final:

class A(B b) {
}

enum B {
    C
}

A!(B.C) ABC;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list