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