Convert all fns to block arg syntax.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn(a) {
|
||||
new Fn {|a|
|
||||
var a = "oops" // expect error
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
fn {
|
||||
new Fn {
|
||||
IO.print(notDefined) // expect error
|
||||
}.call
|
||||
|
||||
Reference in New Issue
Block a user