class Test {
	static var f : number;
	function run() : void {
		this.f;
	}
}
