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