blob: 551ebadbfb02514c559d7c5a30753cccdccc1cb9 [file]
package p;
public class A{
private static int m(){ return 1;};
public static int i= m();
}