[NI-MIGRATE] Update test data for resolve tests after enabling NI
This commit is contained in:
@@ -6,6 +6,7 @@ fun bar(f: Int.() -> Unit) {
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
||||
Resulting descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
||||
|
||||
Explicit receiver kind = BOTH_RECEIVERS
|
||||
|
||||
@@ -8,6 +8,7 @@ fun bar(f: Int.() -> Unit, i: Int) {
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
||||
Resulting descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
||||
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
|
||||
@@ -9,6 +9,7 @@ fun test() = A<caret>(1)
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: fun invoke(i: Int): Int defined in A.Companion
|
||||
Resulting descriptor: fun invoke(i: Int): Int defined in A.Companion
|
||||
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
|
||||
@@ -10,6 +10,7 @@ fun test() = A.ONE<caret>(1)
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: fun invoke(i: Int): Int defined in A
|
||||
Resulting descriptor: fun invoke(i: Int): Int defined in A
|
||||
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
|
||||
@@ -7,6 +7,7 @@ fun test() = A<caret>(1)
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: fun invoke(i: Int): Int defined in A
|
||||
Resulting descriptor: fun invoke(i: Int): Int defined in A
|
||||
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
|
||||
Reference in New Issue
Block a user