Fixed #1894 Switches vs loops decompilation (now with two passes)

This commit is contained in:
Jindra Petřík
2022-11-30 22:58:35 +01:00
parent ad97886306
commit a41926a662
23 changed files with 365 additions and 48 deletions
+1
View File
@@ -110,6 +110,7 @@ package
TestVector2;
TestWhileAnd;
TestWhileBreak;
TestWhileBreak2;
TestWhileContinue;
TestWhileTry;
TestWhileTry2;