mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 10:34:59 +00:00
AS3 test methods separated to classes, Fixed AS3: get/set slot for global scope
This commit is contained in:
11
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as
vendored
Normal file
11
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestHello
|
||||
{
|
||||
public function run():*
|
||||
{
|
||||
trace("hello");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user