try..catch..finally of SWFTools AS3Compile

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 0a7f39b82c
commit 1a393854c0
14 changed files with 223 additions and 33 deletions
@@ -16,8 +16,8 @@ package tests
}
catch (e:Error)
{
trace("in catch");
}
trace("in catch");
}
trace("after");
}
@@ -16,7 +16,7 @@ package tests
}
catch (e:Error)
{
trace("in catch");
trace("in catch");
}
finally
{