Convert all fns to block arg syntax.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
class Foo {
|
||||
getClosure {
|
||||
return fn {
|
||||
return toString
|
||||
}
|
||||
return new Fn { toString }
|
||||
}
|
||||
|
||||
toString { return "Foo" }
|
||||
|
||||
Reference in New Issue
Block a user