18 lines
397 B
Plaintext
Vendored
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
|