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



--- Comment #5 from bearophile_h...@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: -------

Reply via email to