AS3 allow exception start/end to not match instruction boundary

This commit is contained in:
Jindra Petřík
2021-02-03 19:55:24 +01:00
parent 603a49261b
commit 0b9940d300
16 changed files with 132 additions and 93 deletions

View File

@@ -1158,8 +1158,8 @@ public class ActionScript3ClassicDecompileTest extends ActionScript3DecompileTes
+ "}\r\n"
+ "catch(e:Error)\r\n"
+ "{\r\n"
+ "}\r\n"
+ "return 4;\r\n",
+ "return 4;\r\n"
+ "}\r\n",
false);
}