blob: a4e6f3fd2522d7d23cf9613dfa55fc7811eb8304 [file] [log] [blame]
public interface B {
static void foo() {
System.out.println("Hello");
}
}