July 02, 2008 [Issue 2189] New: bad alias declaration not reported as semantic error | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2189 Summary: bad alias declaration not reported as semantic error Product: D Version: 1.031 Platform: PC OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: davidl@126.com class test { int c; } class test1 { alias test.c d; } -- |
Copyright © 1999-2021 by the D Language Foundation