//9, 16 -> 9, 25   AllowLoadtime == true
package p;

class S {
	public int f2() {
		return 1;	
	}
	void f(){
		int i= this.f2();	
	}	
}