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
+1 -1
View File
@@ -6,5 +6,5 @@ var fiber = new Fiber {
IO.print(fiber.try)
// expect: before
// expect: Bool does not implement method 'unknownMethod' with 0 arguments.
// expect: Bool does not implement 'unknownMethod'.
IO.print("after try") // expect: after try