FILE fqName:<root> fileName:/kt65642.kt
  FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular 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
          ARG <this>: GET_VAR 'arr: kotlin.IntArray declared in <root>.foo' type=kotlin.IntArray origin=null
          ARG 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
        ARG <this>: GET_VAR 'arr: kotlin.IntArray declared in <root>.foo' type=kotlin.IntArray origin=null
        ARG index: CONST Int type=kotlin.Int value=1
        ARG value: GET_VAR 'val x: kotlin.Int declared in <root>.foo' type=kotlin.Int origin=null
