blob: 0f0a7f9d9920e7e23abc503d3d89cd6b03d308bb [file] [log] [blame]
package p;
import r.B;
public class A {
private static int anotherVar = B.someVar;
}