[Issue 400] New: forward reference error; no propety X for type Y
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 4 23:31:10 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=400
Summary: forward reference error; no propety X for type Y
Product: D
Version: 0.168
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: h3r3tic at mat.uni.torun.pl
struct Foo {
Bar.Baz x;
struct Bar {
struct Baz {}
}
}
// (2): no property 'Baz' for type 'Bar'
--
More information about the Digitalmars-d-bugs
mailing list