[Issue 8552] Bogus diagnostic when member function call doesn't match constancy
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 3 20:52:26 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8552
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hsteoh at quickfur.ath.cx
Resolution| |FIXED
--- Comment #2 from hsteoh at quickfur.ath.cx 2013-01-03 20:52:25 PST ---
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
--
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