blob: 077abf465534da6308b05834f45aecd103fca9db [file] [log] [blame]
package p;
class A {
public void test() {
B.foo();
}
}