blob: d55f27eb09a17e18b33e3980fc6adad75d0f7fa2 [file] [log] [blame]
//9, 16 -> 9, 25 AllowLoadtime == true
package p;
class S {
public int f2() {
return 1;
}
void f(){
int i= this.f2();
}
}