blob: f4a983350e9beaffc02e3dad9918e82d2f98c838 [file] [log] [blame]
// "Qualify this expression with 'Test'" "true"
class Test {
void foo(Test t){}
class Foo {
Foo() {
foo(thi<caret>s);
}
}
}