[NI-MIGRATE] Update test data for resolve tests after enabling NI

This commit is contained in:
Mikhail Zarechenskiy
2020-02-05 13:52:37 +03:00
parent 17df92e999
commit 687c96060f
44 changed files with 48 additions and 12 deletions
@@ -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
@@ -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