blob: 09ab090880f2d13f7079624df04810afe76ef9fd [file] [log] [blame]
//interface
package p;
interface A {
public void f();
}