blob: 08cf97c61de68a7189fbcc541fea9f5c46ab268f [file] [log] [blame]
//9, 16 -> 9, 28 AllowLoadtime == true
package p;
class S {
public static S instance= new S();
int f(){
int v= instance.f();
return 0;
}
}