Keyword completion uses simple prefix matching only

This commit is contained in:
Valentin Kipyatkov
2014-10-15 14:27:35 +04:00
parent 1e5ea703b5
commit 6b163bca8a
5 changed files with 21 additions and 5 deletions
@@ -244,6 +244,12 @@ public class KeywordCompletionTestGenerated extends AbstractKeywordCompletionTes
doTest(fileName);
}
@TestMetadata("PrefixMatcher.kt")
public void testPrefixMatcher() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/PrefixMatcher.kt");
doTest(fileName);
}
@TestMetadata("PropertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/PropertyAccessors.kt");