blob: 670841b42f91ed4e616cc2420b34009cb7dd96e1 [file] [log] [blame]
public interface A {
private static void foo(String s) {}
void bar() {
foo("");
}
}