mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-87878 select word should honor semicolon
This commit is contained in:
+657
-659
File diff suppressed because it is too large
Load Diff
+2
-4
@@ -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
|
||||
Reference in New Issue
Block a user