Fixed: #270 AS decompilation - switch in loop

This commit is contained in:
Jindra Petřík
2021-03-13 21:08:23 +01:00
parent 9b13ca6504
commit 09b68c1f9c
11 changed files with 260 additions and 7 deletions
+3
View File
@@ -43,7 +43,9 @@ package
TestForEachReturn;
TestForGoto;
TestForIn;
TestForInIf;
TestForInReturn;
TestForInSwitch;
TestForXml;
TestGotos;
TestGotos2;
@@ -56,6 +58,7 @@ package
TestIf;
TestIfElse;
TestIfInIf;
TestIfTry;
TestIgnoreAndOr;
TestImportedVar;
TestInc2;