using Main.A; class A { public static function f(v:String, b:Int):String return v; } class Main { static function main() { "a".f } }