Files
kotlin-fork/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt
T
2020-02-13 11:15:58 +03:00

18 lines
397 B
Plaintext
Vendored

fun foo(array: Array<Int>) {
array<caret>[1]
}
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
Dispatch receiver = array {Array<Int>}
Extension receiver = NO_RECEIVER
Value arguments mapping:
SUCCESS index : Int = 1