blob: 18d89a371b550e09b8213147d611296c996cb073 [file] [log] [blame]
package p;
public class A{
private static int m(){ return 1;};
public static int i= m();
}