blob: 01cc4e14b8c3bea5d382c387361129c899c14f07 [file] [log] [blame]
//9, 20 -> 9, 21 AllowLoadtime == true
package p;
class R {
int r;
static class S extends R {
void f(){
int n= r;
}
}
}