[Issue 390] Cannot forward reference enum nested in struct

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 16 16:39:57 PST 2006


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





------- Comment #2 from smjg at iname.com  2006-11-16 18:39 -------
It also fails with a struct nested within a struct.  Probably part of the same
bug.  IIRC class within struct, struct within class and class within class all
fail.

----------
struct Qwert {
    Yuiop.Asdfg hjkl;
}

struct Yuiop {
    struct Asdfg {
        int zxcvb;
    }
}
----------


-- 




More information about the Digitalmars-d-bugs mailing list