FILE fqName:<root> fileName:/kt28456a.kt
  CLASS CLASS name:A modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A
    CONSTRUCTOR visibility:public returnType:<root>.A [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER 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 declared in kotlin.Any
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
  FUN name:set visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:i index:1 type:kotlin.IntArray varargElementType:kotlin.Int [vararg]
    VALUE_PARAMETER kind:Regular name:v index:2 type:kotlin.Int
    BLOCK_BODY
  FUN name:testSimpleAssignment visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:a index:0 type:<root>.A
    BLOCK_BODY
      CALL 'public final fun set (<this>: <root>.A, vararg i: kotlin.Int, v: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'a: <root>.A declared in <root>.testSimpleAssignment' type=<root>.A origin=null
        ARG i: VARARG type=kotlin.IntArray varargElementType=kotlin.Int
          CONST Int type=kotlin.Int value=1
          CONST Int type=kotlin.Int value=2
          CONST Int type=kotlin.Int value=3
        ARG v: CONST Int type=kotlin.Int value=0
