Use more comprehensive signature strings for methods.

This commit is contained in:
Bob Nystrom
2015-02-26 21:56:15 -08:00
parent e007bb7f11
commit 1aaa8cff52
15 changed files with 343 additions and 253 deletions
@@ -4,4 +4,4 @@ class Foo {
class Bar is Foo {}
Bar.methodOnFoo // expect runtime error: Bar metaclass does not implement method 'methodOnFoo' with 0 arguments.
Bar.methodOnFoo // expect runtime error: Bar metaclass does not implement 'methodOnFoo'.