Fixed: AS3 with statement decompilation

This commit is contained in:
Jindra Petřík
2021-02-24 19:55:59 +01:00
parent b9749678f9
commit 8a6c4cf35c
14 changed files with 160 additions and 14 deletions
+3 -2
View File
@@ -28,6 +28,8 @@ package
TestTryCatchLoopBreak6;
TestTryCatchReturn;
TestTryCatchExceptionUsage
TestTryCatchTry;
TestTryCatchWith;
TestTryFinally;
TestTryFinallyDirectReturnInFinally;
TestTryFinallyLoop;
@@ -38,8 +40,7 @@ package
TestTryFinallyReturnInFinally;
TestTryFinallyReturnNested;
TestTryFinallyReturnNested2;
TestTryFinallyReturnVoid;
TestTryCatchTry;
TestTryFinallyReturnVoid;
public function Main()
{