Fixed: AS3 direct editation - popscope in catch on continue and break

This commit is contained in:
Jindra Petřík
2021-02-24 19:55:59 +01:00
parent 5c95ca24b8
commit a36ca2df20
12 changed files with 116 additions and 2 deletions
@@ -25,6 +25,8 @@ package
TestTryCatchLoopBreak3;
TestTryCatchLoopBreak4;
TestTryCatchLoopBreak5;
TestTryCatchLoopBreak6;
TestTryCatchReturn;
TestTryCatchExceptionUsage
TestTryFinally;
TestTryFinallyDirectReturnInFinally;