blob: 6e8322fbb82e00a65ff31fa181c2f2e0b0e66527 [file] [log] [blame]
public interface Intf {
void method1();
void method2();
}