blob: c5cf1a64a7247e1aeb42e3b407e22a4e0f9738c2 [file] [log] [blame]
public class C3 {
void m() {
class C3b {
void bad(XXX p) {
p.toString();
}
}
}
}