Fix match statements for the new AstNodeArray type

This commit is contained in:
Ginger Bill
2016-09-08 18:28:18 +01:00
parent c6d02e4778
commit 56dd12c54c
12 changed files with 1530 additions and 187 deletions
-2
View File
@@ -1,7 +1,5 @@
#load "basic.odin"
#load "math.odin"
main :: proc() {
a: any = 1
println(137, "Hello", 1.25, true)
}