refix IDEA-55859 Invalid autocomplete suggestion on double Ctrl+Shift+Space

This commit is contained in:
peter
2012-04-16 19:25:09 +02:00
parent 3a1edc458c
commit 525ac868e0
2 changed files with 16 additions and 1 deletions
@@ -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();