package { public interface PropIface { function get x():int; function set x(value:int):void; } }