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