KT-6028 Smart completion items priority

#KT-6028 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-20 17:18:00 +04:00
parent e6dbfac232
commit 65c30902e7
8 changed files with 99 additions and 5 deletions
@@ -161,4 +161,16 @@ public class SmartCompletionWeigherTestGenerated extends AbstractSmartCompletion
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/weighers/smart/NameSimilaritySorterPlacement.kt");
doTest(fileName);
}
@TestMetadata("SmartPriority.kt")
public void testSmartPriority() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/weighers/smart/SmartPriority.kt");
doTest(fileName);
}
@TestMetadata("SmartPriority2.kt")
public void testSmartPriority2() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/weighers/smart/SmartPriority2.kt");
doTest(fileName);
}
}