//8, 16 -> 8, 26   AllowLoadtime == true
package p;

class S {
	int s;
		
	int f() {
		return 23 *this.s;	
	}
}	
