mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 13:50:43 +00:00
Fixed: #270 AS decompilation - switch in loop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user