IrFile /arrayAssignment.kt
  IrFunction public fun test(): kotlin.Unit
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false isDesugared=false
        VAR val x: kotlin.IntArray
          CALL .intArrayOf type=kotlin.IntArray operator=
            elements: DUMMY vararg type=kotlin.Int
        CALL .set type=kotlin.Unit operator=EQ
          $this: GET_VAR x type=kotlin.IntArray
          index: LITERAL Int type=kotlin.Int value='1'
          value: LITERAL Int type=kotlin.Int value='0'
