package sharpen.haxe.test; /** * An interface for testing the interface generation */ public interface TestInterface { void test1(); int test2(String param); }