mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 06:35:09 +00:00
Fixed #1761 AS3 - try..finally inside another structure like if
This commit is contained in:
@@ -23,6 +23,7 @@ public class ActionScript3OptinalParametersTest extends ActionScript3DecompileTe
|
||||
public void init() throws IOException, InterruptedException {
|
||||
addSwf("standard", "testdata/as3_new/bin/as3_new.flex.swf");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testOptionalParameters() {
|
||||
String methodName = "testOptionalParameters";
|
||||
|
||||
Reference in New Issue
Block a user