[Issue 102] Forward reference nested class wheel.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 31 00:35:33 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=102
dawid.ciezarkiewicz at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dawid.ciezarkiewicz at gmail.co
| |m
------- Comment #1 from dawid.ciezarkiewicz at gmail.com 2006-07-31 02:35 -------
$ cat test1.d
import test2;
class X {
Y.NY t;
enum NX {
BLA,
BLA1
}
}
$ cat test2.d
import test1;
class Y {
X.NX nx;
enum NY {
FOO,
BAR
}
}
Is impossible to compile just like bug #102.
--
More information about the Digitalmars-d-bugs
mailing list