blob: 1d7fb5088773a8f118262a74aefa501b6e53c6d0 [file] [log] [blame]
package p;
public class A {
protected static int someVar = 0;
private static int anotherVar = someVar;
}