mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-50631 Chaining second smart completion should suggest possible one-element arrays as qualifier
This commit is contained in:
+1
@@ -23,6 +23,7 @@ public class SecondSmartTypeCompletionTest extends LightCompletionTestCase {
|
||||
|
||||
public void testMethodAsQualifier() throws Throwable { doTest(); }
|
||||
public void testFieldAsQualifier() throws Throwable { doTest(); }
|
||||
public void testArrayRefAsQualifier() throws Throwable { doTest(); }
|
||||
public void testMethodWithParams() throws Throwable { doTest(); }
|
||||
public void testMergeMethods() throws Throwable { doTest(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user