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