mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 07:35:36 +00:00
#446 incorrect decompiled code: test updated
This commit is contained in:
6
trunk/testdata/as3/classes/Test.as
vendored
6
trunk/testdata/as3/classes/Test.as
vendored
@@ -126,6 +126,12 @@
|
||||
a=5 * (2 + 3);
|
||||
a=5 + 6 * 7;
|
||||
a=5 * 2 + 2;
|
||||
a=5 * (25 % 3);
|
||||
a=5 % (24 * 307);
|
||||
a=1 / (2 / 3);
|
||||
a=1 / (2 * 3);
|
||||
a=1 * 2 * 3;
|
||||
a=1 * 2 / 3;
|
||||
trace("a=" + a);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user