mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 07:33:12 +00:00
AS3 p-code more RAbcDasm like (parenthesis after True/False/Undefined/Null trait kinds)
AS3 method trait p-code indentation AS3 editation of body traits (slot/const only)
This commit is contained in:
@@ -169,7 +169,7 @@ public class FlashPlayerTest {
|
||||
System.out.println("Flash result (" + task.description + "): " + task.flashResult);
|
||||
System.out.println("FFDec execte result: " + task.ffdecResult);
|
||||
if (!task.ffdecResult.equals(task.flashResult)) {
|
||||
System.out.println(code.toASMSource(testAbc.constants));
|
||||
System.out.println(code.toASMSource(testAbc, testAbc.constants));
|
||||
}
|
||||
|
||||
assertEquals(task.ffdecResult, task.flashResult);
|
||||
|
||||
Reference in New Issue
Block a user