Fixed #1761 AS3 - try..finally inside another structure like if

This commit is contained in:
Jindra Petřík
2021-11-30 07:13:32 +01:00
parent fd3e3eec61
commit f1ab87f2b7
9 changed files with 46 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ package
TestHello;
TestIf;
TestIfElse;
TestIfFinally;
TestIfInIf;
TestIfTry;
TestIgnoreAndOr;