class Test {
	var x : number;

	function run() : void {
		var copy = foo;
		this.x = Math.abs(copy);
	}
}
