http://d.puremagic.com/issues/show_bug.cgi?id=8552
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DUPLICATE --- Comment #3 from Kenji Hara <[email protected]> 2013-01-07 07:10:36 PST --- (In reply to comment #2) > Seems fixed in latest git head: > > $ dmd test.d > test.d(30): Error: mutable method test.SimpleCaseEntry.isUpper is not callable > using a const object > test.d(31): Error: mutable method test.SimpleCaseEntry.isLower is not callable > using a const object The lack of information about qualifier mismatching is fixed by bug 6707. After that, the error message is improved by fixing bug 1730. Both are fixed in 2.061. *** This issue has been marked as a duplicate of issue 6707 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
