[NI-MIGRATE] Update test data for resolve tests after enabling NI
This commit is contained in:
@@ -5,6 +5,7 @@ annotation class MyA(val i: Int)
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: constructor MyA(i: Int) defined in MyA
|
||||
Resulting descriptor: constructor MyA(i: Int) defined in MyA
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ class B: <caret>A() {}
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: constructor A() defined in A
|
||||
Resulting descriptor: constructor A() defined in A
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
|
||||
@@ -5,6 +5,7 @@ fun foo(array: Array<Int>) {
|
||||
|
||||
Resolved call:
|
||||
|
||||
Candidate descriptor: operator fun get(index: Int): Int defined in kotlin.Array
|
||||
Resulting descriptor: operator fun get(index: Int): Int defined in kotlin.Array
|
||||
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
|
||||
Reference in New Issue
Block a user