mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
qualify this with containing class (IDEA-49251)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Qualify this expression with 'Test'" "false"
|
||||
class Test {
|
||||
void foo(Test t){}
|
||||
static class Foo {
|
||||
Foo() {
|
||||
foo(thi<caret>s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user