Fixed AS3 - Resolving types on static protected namespaced properties

Fixed test data
This commit is contained in:
Jindra Petřík
2022-12-03 19:46:36 +01:00
parent 8388d6adf4
commit 933aa4c234
7 changed files with 11 additions and 7 deletions

View File

@@ -49,8 +49,11 @@ package tests
s = v.join("x");
i = int(v.join("x"));
i = int(prot);
s = prot;
i = prot;
s = String(prot);
i = sprot;
s = String(sprot);
s = String(getTimer());