mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
The any type is now recognized as a type properly
This commit is contained in:
@@ -22,4 +22,9 @@ var dict: complex = [
|
||||
"third array": [7, 8, 9]
|
||||
];
|
||||
|
||||
|
||||
//check the any type is recognized as a type within an array
|
||||
var a: [type] = [int, bool, any];
|
||||
|
||||
|
||||
print "All good";
|
||||
|
||||
Reference in New Issue
Block a user