better try..catch..finally detection

This commit is contained in:
Jindra Petřík
2021-01-31 09:13:36 +01:00
parent b2b9b51301
commit a1bb35ba1c
49 changed files with 1481 additions and 452 deletions

View File

@@ -1415,6 +1415,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
+ "{\r\n"
+ "trace(\"a\");\r\n"
+ "}\r\n"
+ "continue;\r\n"
+ "}\r\n"
+ "catch(e:EOFError)\r\n"
+ "{\r\n"