/*EXPECTED
*/

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