blob: b2483cb24380cbcd67c40ecccabd5947b311499b [file] [log] [blame]
package p;
class B{
private static int F;
public static int i= F;
}