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