package classes { public interface MyInterface2 extends MyInterface{ function interface2Method(a:int,b:int):int; } }