skip inserting diamond when choosing class completion variant with (

This commit is contained in:
peter
2012-01-30 17:07:30 +01:00
parent b4ecba553b
commit 685f19cebf
7 changed files with 44 additions and 25 deletions
@@ -1258,4 +1258,10 @@ public class ListUtils {
}
}
public void testNoGenericsWhenChoosingWithParen() {
configure()
myFixture.type 'Ma('
checkResult()
}
}