blob: e29702a58f1aa8edc49296417db44cce9f34692a [file] [log] [blame]
class Test {
void foo() {
class C {}
C c<caret>c;
}
}