Checked that KT-2795 has been fixed
#KT-2795 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
fun foo(f<caret>
|
||||||
|
|
||||||
|
fun test() { }
|
||||||
|
|
||||||
|
// NUMBER: 0
|
||||||
@@ -224,6 +224,12 @@ public class KeywordCompletionTestGenerated extends AbstractKeywordCompletionTes
|
|||||||
doTest(fileName);
|
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")
|
@TestMetadata("PropertyAccessors.kt")
|
||||||
public void testPropertyAccessors() throws Exception {
|
public void testPropertyAccessors() throws Exception {
|
||||||
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/PropertyAccessors.kt");
|
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/keywords/PropertyAccessors.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user