blob: 8f63c940a76d64250605d676865dc696fdd5ce50 [file] [log] [blame]
package p;
public interface A {
void foo();
}