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



--- Comment #4 from [email protected] 2012-01-26 12:35:32 PST ---
So the right syntax is:

class A {
    static {
        ...
        static this() { ... }
        ...
    }
}

?

Or alternatively

class A {
    static { ... }
    static this() { ... }
}

?

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

Reply via email to