Get property fix, preincrement air test fix

This commit is contained in:
Jindra Petřík
2025-08-31 15:59:08 +02:00
parent 867e76dff3
commit c8a8ff2fea
2 changed files with 21 additions and 2 deletions

View File

@@ -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"