Convert all fns to block arg syntax.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
static bar {
|
||||
fn _field = "wat" // expect error
|
||||
new Fn { _field = "wat" } // expect error
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user