blob: 79a22ecd85117b758e2ce09ca95e6571a3af03e3 [file] [log] [blame]
package p9;
public class X {
void foo() {
new X() {
};
class Y extends X {
}
}
}