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