blob: bc91ca43b8d813f1592711c0751066898c81ba54 [file] [log] [blame]
//8, 16 -> 8, 26 AllowLoadtime == true
package p;
class S {
int s;
int f() {
return 23 *this.s;
}
}