mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added the typeas keyword to avoid ambiguity
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
{
|
||||
import t;
|
||||
|
||||
assert typeof t == type type, "type retention failed";
|
||||
assert typeof t == type, "type retention failed";
|
||||
}
|
||||
|
||||
print "All good";
|
||||
|
||||
Reference in New Issue
Block a user