Checked that KT-2795 has been fixed

#KT-2795 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-09 19:28:58 +02:00
parent 9663fac5b1
commit d65d3b9068
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,5 @@
fun foo(f<caret>
fun test() { }
// NUMBER: 0
@@ -224,6 +224,12 @@ public class KeywordCompletionTestGenerated extends AbstractKeywordCompletionTes
doTest(fileName);
}
@TestMetadata("NoFinalInParameterList.kt")
public void testNoFinalInParameterList() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/NoFinalInParameterList.kt");
doTest(fileName);
}
@TestMetadata("PropertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/PropertyAccessors.kt");