extern class Parent { overload function f(i:Int):Void; } extern class Child extends Parent { function f(i:Int):Void; }