blob: 5cd4ac6955007335430e06a097393b399508b9da [file] [log] [blame]
class X {
void f(C <caret>X x) {}
}
class C {
}