blob: 9b06b937a57c5d5ad5652bffe21d9605b5e0e08a [file] [log] [blame]
public interface Base {
void foo();
void bar();
}