mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
refix IDEA-55859 Invalid autocomplete suggestion on double Ctrl+Shift+Space
This commit is contained in:
+1
-1
@@ -949,7 +949,7 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
|
||||
|
||||
public void testEmptyListWithCollectionsPrefix() throws Throwable { doItemTest(); }
|
||||
|
||||
public void _testForeachLoopVariableInIterableExpression() throws Throwable { doAntiTest(); }
|
||||
public void testForeachLoopVariableInIterableExpression() throws Throwable { doAntiTest(); }
|
||||
|
||||
public void testStaticallyImportedMagicMethod() throws Throwable {
|
||||
configureByTestName();
|
||||
|
||||
Reference in New Issue
Block a user