blob: 469564502acb8af68d8867a1ca907545c9d697df [file] [log] [blame]
public interface A {
void bar() {
B.foo("");
}
}