mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +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;
|
||||
|
||||
}
|
||||
+3
-1
@@ -356,10 +356,12 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
|
||||
checkResult()
|
||||
}
|
||||
|
||||
public void testFieldType() throws Throwable { doTest(); }
|
||||
|
||||
public void testPackageInAnnoParam() throws Throwable {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
public void testClassLiteralInAnnoParam() throws Throwable {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user