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

class S {
	int s;
	
	void f(){
		int l= s + 1;
	}
}