Corrected and restored test
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
fun foo(p: () -> Unit){}
|
fun foo(p: (Int) -> Unit){}
|
||||||
|
|
||||||
fun bar() {
|
fun bar() {
|
||||||
foo(<caret>)
|
foo(<caret>)
|
||||||
@@ -7,4 +7,4 @@ fun bar() {
|
|||||||
fun f(){}
|
fun f(){}
|
||||||
fun f(i: Int){}
|
fun f(i: Int){}
|
||||||
|
|
||||||
// ABSENT: ::f
|
// EXIST: ::f
|
||||||
+6
@@ -603,6 +603,12 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("2.kt")
|
||||||
|
public void test2() throws Exception {
|
||||||
|
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/callableReference/2.kt");
|
||||||
|
doTest(fileName);
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("3.kt")
|
@TestMetadata("3.kt")
|
||||||
public void test3() throws Exception {
|
public void test3() throws Exception {
|
||||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/callableReference/3.kt");
|
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/callableReference/3.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user