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