[Issue 6981] incorrect error message when calling method without parentheses
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 27 17:50:22 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6981
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |DUPLICATE
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-27 17:50:19 PST ---
Now it's:
Error: not a property super.toHash
After adding parens:
Error: function object.Object.toHash () is not callable using argument types ()
const
After Issue 1730 is fixed the error message will improve.
*** This issue has been marked as a duplicate of issue 1730 ***
--
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