mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 07:48:16 +00:00
resolving properties on builtin namespace
This commit is contained in:
@@ -239,7 +239,8 @@ public class ActionScript3ClassicAirDecompileTest extends ActionScript3Decompile
|
||||
+ "0:\"A\",\r\n"
|
||||
+ "1:\"B\",\r\n"
|
||||
+ "2:\"C\"\r\n"
|
||||
+ "};\r\n",
|
||||
+ "};\r\n"
|
||||
+ "i = int(s.charAt(10));\r\n",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
@@ -238,7 +238,8 @@ public class ActionScript3ClassicDecompileTest extends ActionScript3DecompileTes
|
||||
+ "0:\"A\",\r\n"
|
||||
+ "1:\"B\",\r\n"
|
||||
+ "2:\"C\"\r\n"
|
||||
+ "};\r\n",
|
||||
+ "};\r\n"
|
||||
+ "i = int(s.charAt(10));\r\n",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user