CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:IntArray modality:FINAL visibility:public superTypes:[kotlin.Any; kotlin.Cloneable; java.io.Serializable]
  thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:kotlin.IntArray
  PROPERTY IR_EXTERNAL_DECLARATION_STUB name:size visibility:public modality:FINAL [val]
    FIELD PROPERTY_BACKING_FIELD name:size type:kotlin.Int visibility:public [final]
    FUN IR_EXTERNAL_DECLARATION_STUB name:<get-size> visibility:public modality:FINAL returnType:kotlin.Int
      VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB kind:DispatchReceiver name:<this> index:0 type:kotlin.IntArray
      correspondingProperty: PROPERTY IR_EXTERNAL_DECLARATION_STUB name:size visibility:public modality:FINAL [val]
  CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public returnType:kotlin.IntArray [primary]
    VALUE_PARAMETER kind:Regular name:size index:0 type:kotlin.Int
  CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public returnType:kotlin.IntArray
    VALUE_PARAMETER kind:Regular name:size index:0 type:kotlin.Int
    VALUE_PARAMETER kind:Regular name:init index:1 type:kotlin.Function1<kotlin.Int, kotlin.Int>
  FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
    VALUE_PARAMETER FAKE_OVERRIDE kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
    VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
    overridden:
      public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
      public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in kotlin.Cloneable
      public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in java.io.Serializable
  FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
    VALUE_PARAMETER FAKE_OVERRIDE kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
    overridden:
      public open fun hashCode (): kotlin.Int declared in kotlin.Any
      public open fun hashCode (): kotlin.Int [fake_override] declared in kotlin.Cloneable
      public open fun hashCode (): kotlin.Int [fake_override] declared in java.io.Serializable
  FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
    VALUE_PARAMETER FAKE_OVERRIDE kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
    overridden:
      public open fun toString (): kotlin.String declared in kotlin.Any
      public open fun toString (): kotlin.String [fake_override] declared in kotlin.Cloneable
      public open fun toString (): kotlin.String [fake_override] declared in java.io.Serializable
  FUN IR_EXTERNAL_DECLARATION_STUB name:clone visibility:public modality:FINAL returnType:kotlin.IntArray
    VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB kind:DispatchReceiver name:<this> index:0 type:kotlin.IntArray
    overridden:
      protected open fun clone (): kotlin.Any declared in kotlin.Cloneable
  FUN IR_EXTERNAL_DECLARATION_STUB name:get visibility:public modality:FINAL returnType:kotlin.Int [operator]
    VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB kind:DispatchReceiver name:<this> index:0 type:kotlin.IntArray
    VALUE_PARAMETER kind:Regular name:index index:1 type:kotlin.Int
  FUN IR_EXTERNAL_DECLARATION_STUB name:iterator visibility:public modality:FINAL returnType:kotlin.collections.IntIterator [operator]
    VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB kind:DispatchReceiver name:<this> index:0 type:kotlin.IntArray
  FUN IR_EXTERNAL_DECLARATION_STUB name:set visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB kind:DispatchReceiver name:<this> index:0 type:kotlin.IntArray
    VALUE_PARAMETER kind:Regular name:index index:1 type:kotlin.Int
    VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.Int
