I think var declarations are working correctly; no type checking yet
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
var name : [string const, int] = ["foo" : 42];
|
||||
var name : [string const, int] = ["foo" : 42];
|
||||
var something = 0;
|
||||
|
||||
Reference in New Issue
Block a user