Files
kotlin/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt
2015-09-25 19:20:20 +03:00

17 lines
317 B
Plaintext
Vendored

fun foo(array: Array<Int>) {
array<caret>[1]
}
Resolved call:
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