IrFile /arrayAugmentedAssignment1.kt
  IrFunction public fun foo(): kotlin.IntArray
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CALL .intArrayOf type=kotlin.IntArray operator=null
            elements: TYPE_OP operator=IMPLICIT_CAST typeOperand=kotlin.IntArray
              DUMMY vararg type=kotlin.Int
  IrFunction public fun bar(): kotlin.Int
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CONST Int type=kotlin.Int value='42'
  DUMMY C
  IrFunction public fun testVariable(): kotlin.Unit
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        VAR var x: kotlin.IntArray
          CALL .foo type=kotlin.IntArray operator=null
        BLOCK type=kotlin.Unit hasResult=false operator=PLUSEQ
          CALL .set type=kotlin.Unit operator=PLUSEQ
            $this: GET_VAR x type=kotlin.IntArray operator=null
            index: CONST Int type=kotlin.Int value='0'
            value: CALL .plus type=kotlin.Int operator=PLUSEQ
              $this: CALL .get type=kotlin.Int operator=PLUSEQ
                $this: GET_VAR x type=kotlin.IntArray operator=null
                index: CONST Int type=kotlin.Int value='0'
              other: CONST Int type=kotlin.Int value='1'
  IrFunction public fun testCall(): kotlin.Unit
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        BLOCK type=kotlin.Unit hasResult=false operator=MULTEQ
          VAR val tmp0_array: kotlin.IntArray
            CALL .foo type=kotlin.IntArray operator=null
          VAR val tmp1_index0: kotlin.Int
            CALL .bar type=kotlin.Int operator=null
          CALL .set type=kotlin.Unit operator=MULTEQ
            $this: GET_VAR tmp0_array type=kotlin.IntArray operator=null
            index: GET_VAR tmp1_index0 type=kotlin.Int operator=null
            value: CALL .times type=kotlin.Int operator=MULTEQ
              $this: CALL .get type=kotlin.Int operator=MULTEQ
                $this: GET_VAR tmp0_array type=kotlin.IntArray operator=null
                index: GET_VAR tmp1_index0 type=kotlin.Int operator=null
              other: CONST Int type=kotlin.Int value='2'
  IrFunction public fun testMember(/*0*/ c: C): kotlin.Unit
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        BLOCK type=kotlin.Int hasResult=true operator=POSTFIX_INCR
          VAR val tmp0_array: kotlin.IntArray
            CALL .<get-x> type=kotlin.IntArray operator=GET_PROPERTY
              $this: GET_VAR c type=C operator=null
          VAR val tmp1: kotlin.Int
            CALL .get type=kotlin.Int operator=POSTFIX_INCR
              $this: GET_VAR tmp0_array type=kotlin.IntArray operator=null
              index: CONST Int type=kotlin.Int value='0'
          CALL .set type=kotlin.Unit operator=POSTFIX_INCR
            $this: GET_VAR tmp0_array type=kotlin.IntArray operator=null
            index: CONST Int type=kotlin.Int value='0'
            value: CALL .inc type=kotlin.Int operator=POSTFIX_INCR
              $this: GET_VAR tmp1 type=kotlin.Int operator=null
          GET_VAR tmp1 type=kotlin.Int operator=null
