mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 08:46:09 +00:00
12 lines
145 B
ActionScript
12 lines
145 B
ActionScript
package tests
|
|
{
|
|
|
|
public class TestParamsCount
|
|
{
|
|
public function run(firstp:int, secondp:int, thirdp:int):int
|
|
{
|
|
return firstp;
|
|
}
|
|
}
|
|
}
|