mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 20:31:55 +00:00
AS3 test methods separated to classes, Fixed AS3: get/set slot for global scope
This commit is contained in:
12
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestRest.as
vendored
Normal file
12
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestRest.as
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestRest
|
||||
{
|
||||
public function run(firstp:int, ... restval):int
|
||||
{
|
||||
trace("firstRest:" + restval[0]);
|
||||
return firstp;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user