var a:int = 12 Fun.apply(this) trace(a)////должно быть 15 ------------------- package { public function Fun():void { a+=3 } }