mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 02:04:52 +00:00
Fixed #1762 AS call on integer numbers parenthesis
This commit is contained in:
@@ -2385,4 +2385,12 @@ public class ActionScript2Test extends ActionScript2TestBase {
|
||||
+ "trace(\"after\");\r\n"
|
||||
);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void frame85_numbersCallTest() {
|
||||
compareSrc(85, "trace(\"numbersCallTest\");\r\n"
|
||||
+ "var a = (5).toString();\r\n"
|
||||
+ "var b = 5.2.toString();\r\n"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user