package classes { public interface MyInterface { function interfaceMethod(a:int):int; } }