Convert all fns to block arg syntax.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fn {
|
||||
new Fn {
|
||||
IO.print(1) // expect: 1
|
||||
IO.print(2) // expect: 2
|
||||
IO.print(3) // expect: 3
|
||||
|
||||
Reference in New Issue
Block a user