More tests
This commit is contained in:
2
testdata/closures.monkey
vendored
Normal file
2
testdata/closures.monkey
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
let f = fn(x) { fn() { x + 1 } }
|
||||
f(2)
|
||||
Reference in New Issue
Block a user