IDEA-87878 select word should honor semicolon

This commit is contained in:
Maxim.Medvedev
2012-07-29 19:39:18 +04:00
parent d5e08b60ef
commit 5baa52e64d
3 changed files with 662 additions and 663 deletions
@@ -88,11 +88,9 @@ public class KeywordCompletionTest extends CompletionTestBase {
void testThrows3() { doTest() }
void testPrimitiveTypes() { doTest() }
void testIncompleteConstructor() { doTest() }
void testAtInterface() { doTest() }
@Override
protected String getBasePath() {
"${TestUtils.testDataPath}groovy/oldCompletion/keyword"
}
String basePath = "${TestUtils.testDataPath}groovy/oldCompletion/keyword"
@Override
protected boolean addReferenceVariants() {
@@ -0,0 +1,3 @@
@inter<caret>
-----
interface