private x:int; public y:int; public function f(_x:int; _y:int):void { x=_x; y=_y; }
private _x:int; public _y:int; public function f(x:int; y:int):void { _x=x; _y=y; }