Added the typeas keyword to avoid ambiguity

This commit is contained in:
2022-09-05 12:24:42 +01:00
parent 3d8871abe1
commit 82c03ecb33
7 changed files with 27 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
var complex: type = type [string: [int]];
var deep: type = type [[[ int ]]];
var complex: type = typeas [string: [int]];
var deep: type = typeas [[[ int ]]];