mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Convert most ".call()" calls to "()".
This commit is contained in:
@ -17,7 +17,7 @@ class Outer {
|
||||
}
|
||||
|
||||
Inner.new().method
|
||||
}.call()
|
||||
}()
|
||||
}
|
||||
|
||||
toString { "Outer" }
|
||||
|
||||
Reference in New Issue
Block a user