package tests { public class TestParamsCount { public function run(firstp:int, secondp:int, thirdp:int):int { return firstp; } } }