mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 10:13:46 +00:00
AS3 p-code more RAbcDasm like
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
This commit is contained in:
13
libsrc/ffdec_lib/testdata/custom/src/tests/TestDupAssignment.as
vendored
Normal file
13
libsrc/ffdec_lib/testdata/custom/src/tests/TestDupAssignment.as
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package tests
|
||||
{
|
||||
public class TestDupAssignment
|
||||
{
|
||||
|
||||
public function run() : void
|
||||
{
|
||||
//TODO: replace this using RABCDasm
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user