mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 20:02:06 +00:00
Fixed #1888 AS3 - Coerce to string
This commit is contained in:
@@ -292,7 +292,8 @@ public class ActionScript3ClassicAirDecompileTest extends ActionScript3Decompile
|
||||
+ "if(o)\r\n"
|
||||
+ "{\r\n"
|
||||
+ "trace(\"obj\");\r\n"
|
||||
+ "}\r\n",
|
||||
+ "}\r\n"
|
||||
+ "s = xlist;\r\n",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
@@ -291,7 +291,8 @@ public class ActionScript3ClassicDecompileTest extends ActionScript3DecompileTes
|
||||
+ "if(Boolean(o))\r\n"
|
||||
+ "{\r\n"
|
||||
+ "trace(\"obj\");\r\n"
|
||||
+ "}\r\n",
|
||||
+ "}\r\n"
|
||||
+ "s = xlist;\r\n",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user