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