mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Get property fix, preincrement air test fix
This commit is contained in:
@@ -1777,8 +1777,7 @@ public class ActionScript3ClassicAirDecompileTest extends ActionScript3Decompile
|
||||
+ "r = -n1;\r\n"
|
||||
+ "r = ~n1;\r\n"
|
||||
+ "br = !b1;\r\n"
|
||||
+ "n1++;\r\n"
|
||||
+ "r = n1;\r\n"
|
||||
+ "r = ++n1;\r\n"
|
||||
+ "r = n1++;\r\n"
|
||||
+ "cr = c as MyClass;\r\n"
|
||||
+ "br = \"hello\" in d;\r\n"
|
||||
|
||||
Reference in New Issue
Block a user