mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 07:37:29 +00:00
12 lines
112 B
ActionScript
12 lines
112 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestArguments
|
|
{
|
|
public function run():*
|
|
{
|
|
return arguments[0];
|
|
}
|
|
}
|
|
}
|