class T {
	static function f() : void {
		if (T.f())
			;
	}
}
