mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 02:20:48 +00:00
Fixed: AS3 with statement decompilation
This commit is contained in:
+3
-2
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user