Convert most ".call()" calls to "()".

This commit is contained in:
Bob Nystrom
2015-11-26 10:01:28 -08:00
parent 3848286cf7
commit f1fd944c6b
92 changed files with 201 additions and 201 deletions

View File

@ -17,7 +17,7 @@ class Outer {
}
Inner.new().method
}.call()
}()
}
toString { "Outer" }