Convert all fns to block arg syntax.
This commit is contained in:
@@ -2,7 +2,7 @@ var f = null
|
||||
|
||||
{
|
||||
var local = "local"
|
||||
f = fn {
|
||||
f = new Fn {
|
||||
IO.print(local)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user