/*EXPECTED
*/

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