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

@@ -42,7 +42,7 @@
{
import t;
assert typeof t == type type, "type retention failed";
assert typeof t == type, "type retention failed";
}
print "All good";