blob: 611171d5b12bba93373f6dd652caff92b6ea3509 [file] [log] [blame]
package p;
import q.Asuper;
public class A extends Asuper {
void m() {
C c = null;
}
}