blob: 6a64f7c63f65272b58d8743f3b2c8009f670471a [file] [log] [blame]
class XXX {
void f() {
new <caret>C2();
}
}
class C2 {
}