mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
in field type, don't suggest fields&methods (IDEA-65639)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
private lo<caret> localizedStringManager;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
private long <caret>localizedStringManager;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user