blob: 407b855afdfaee96aeaa719ec1c68caf558106b7 [file] [log] [blame]
package p;
public interface I {
void foo();
}