package classes.mypackage3 { //import classes.myNamespace; public interface TestInterface { function testMethod3() : void; } }