mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 16:28:10 +00:00
Fixed AS3 - Resolving types on static protected namespaced properties
Fixed test data
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user