/*EXPECTED
*/

class F {
	abstract function f(n : number) : void;
	abstract function f(v : number) : void;
}
