mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
testPrecedence enabled again
This commit is contained in:
@@ -161,7 +161,7 @@ public class ActionScript3Test {
|
||||
+ "}\r\n", false);
|
||||
}
|
||||
|
||||
//@Test //todo honfika: re-enable after as3.swf is compiled
|
||||
@Test
|
||||
public void testPrecedence() {
|
||||
decompileMethod("testPrecedence", "var a:* = 0;\r\n"
|
||||
+ "a = (5 + 6) * 7;\r\n"
|
||||
|
||||
Reference in New Issue
Block a user