mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 06:15:22 +00:00
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
13 lines
142 B
ActionScript
13 lines
142 B
ActionScript
package tests
|
|
{
|
|
public class TestDupAssignment
|
|
{
|
|
|
|
public function run() : void
|
|
{
|
|
//TODO: replace this using RABCDasm
|
|
}
|
|
|
|
}
|
|
|
|
} |