blob: 2338fa8b1f9854a5b0061d4554881724eab9ebb1 [file]
FILE fqName:<root> fileName:/kt65642.kt
FUN name:foo visibility:public modality:FINAL <> (arr:kotlin.IntArray) returnType:kotlin.Unit
VALUE_PARAMETER name:arr index:0 type:kotlin.IntArray
BLOCK_BODY
VAR name:x type:kotlin.Int [val]
CALL 'public final fun get (index: kotlin.Int): kotlin.Int declared in kotlin.IntArray' type=kotlin.Int origin=GET_ARRAY_ELEMENT
$this: GET_VAR 'arr: kotlin.IntArray declared in <root>.foo' type=kotlin.IntArray origin=null
index: CONST Int type=kotlin.Int value=0
CALL 'public final fun set (index: kotlin.Int, value: kotlin.Int): kotlin.Unit declared in kotlin.IntArray' type=kotlin.Unit origin=EQ
$this: GET_VAR 'arr: kotlin.IntArray declared in <root>.foo' type=kotlin.IntArray origin=null
index: CONST Int type=kotlin.Int value=1
value: GET_VAR 'val x: kotlin.Int declared in <root>.foo' type=kotlin.Int origin=null