[Issue 8499] ICE on undefined identifier

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 4 11:51:59 PDT 2012


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



--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2012-08-04 11:51:56 PDT ---
Reduced test case:

struct Variant
{
    @property T get(T)()
    {
        struct X {}   // necessary
    }
}
void main() {
    (Variant()).get!(typeof(() => i));
}

-- 
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