blob: 293eeeba062d4ed3896aea3905a0f409cbfd9fa2 [file] [log] [blame]
class XXX {
void f() {
new C2(<caret>)
}
}
class C2 {
public C2(int i) {
}
}