[Issue 5004] show both resolved symbols and original identifier in error messages involving aliases

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 18 01:47:43 PDT 2011


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



--- Comment #5 from bearophile_hugs at eml.cc 2011-07-18 01:42:25 PDT ---
Another similar example of bad error message, DMD 2.054:

enum Foo { A }
void main() {
    auto x = Foo.B;
}


test.d(3): Error: no property 'B' for type 'int'

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