mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 22:11:22 +00:00
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
11 lines
102 B
ActionScript
11 lines
102 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestHello
|
|
{
|
|
public function run():*
|
|
{
|
|
trace("hello");
|
|
}
|
|
}
|
|
} |