blob: eaa2233d1b0d309b62f14a62ec74e8e9031bea99 [file] [log] [blame]
//8, 16 -> 8, 21 AllowLoadtime == true
package p;
static class S {
int s;
void f(){
int l= s + 1;
}
}