mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
17 lines
317 B
Plaintext
Vendored
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
|