blob: 380e593ec16c43e0a3ce0cd4f37e45ecf9c3f71c [file] [log] [blame]
package p;
public interface J {
void bar();
void foo2(String s);
}