class Test {
	var x : number;
	function run() : void {
		var point = Test.createPoint();
		log point.x;
	}
}
