mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 16:19:58 +07:00
java completion: suggest same-named fields in scope, add Outer.this. qualifier for instance fields
GitOrigin-RevId: c80f4dc53b13c4851a9c9df9402198f1d1b48c26
This commit is contained in:
committed by
intellij-monorepo-bot
parent
78c061ce43
commit
10fa53499e
+1
-1
@@ -5,7 +5,7 @@ public class Beda {
|
||||
int ffid;
|
||||
|
||||
{
|
||||
ffid<caret>
|
||||
Beda.this.ffid<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user