class Test {
	static function f() : void {
	}
	static function run() : void {
		var t = Test.f();
	}
}
