class Main { static function main() { test(); } static function test(i:Int, s:String) { } }