FILE fqName:<root> fileName:/plusMatrix.kt
  CLASS CLASS name:Matrix modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Matrix
    CONSTRUCTOR visibility:public returnType:<root>.Matrix [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Matrix 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
  CLASS INTERFACE name:NumberOperations modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.NumberOperations
    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:plus visibility:public modality:ABSTRACT returnType:kotlin.Number
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.NumberOperations
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.Number
      VALUE_PARAMETER kind:Regular name:other index:2 type:kotlin.Number
  FUN name:plus visibility:public modality:FINAL returnType:<root>.Matrix
    VALUE_PARAMETER kind:Context name:$context_receiver_0 index:0 type:<root>.NumberOperations
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Matrix
    VALUE_PARAMETER kind:Regular name:other index:2 type:<root>.Matrix
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun plus ($context_receiver_0: <root>.NumberOperations, <this>: <root>.Matrix, other: <root>.Matrix): <root>.Matrix declared in <root>'
        CALL 'public final fun TODO (): kotlin.Nothing declared in kotlin' type=kotlin.Nothing origin=null
  FUN name:plusMatrix visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.NumberOperations
    VALUE_PARAMETER kind:Regular name:m1 index:1 type:<root>.Matrix
    VALUE_PARAMETER kind:Regular name:m2 index:2 type:<root>.Matrix
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public final fun plus ($context_receiver_0: <root>.NumberOperations, <this>: <root>.Matrix, other: <root>.Matrix): <root>.Matrix declared in <root>' type=<root>.Matrix origin=null
          ARG $context_receiver_0: GET_VAR '<this>: <root>.NumberOperations declared in <root>.plusMatrix' type=<root>.NumberOperations origin=IMPLICIT_ARGUMENT
          ARG <this>: GET_VAR 'm1: <root>.Matrix declared in <root>.plusMatrix' type=<root>.Matrix origin=null
          ARG other: GET_VAR 'm2: <root>.Matrix declared in <root>.plusMatrix' type=<root>.Matrix origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public final fun plus ($context_receiver_0: <root>.NumberOperations, <this>: <root>.Matrix, other: <root>.Matrix): <root>.Matrix declared in <root>' type=<root>.Matrix origin=null
          ARG $context_receiver_0: GET_VAR '<this>: <root>.NumberOperations declared in <root>.plusMatrix' type=<root>.NumberOperations origin=IMPLICIT_ARGUMENT
          ARG <this>: GET_VAR 'm2: <root>.Matrix declared in <root>.plusMatrix' type=<root>.Matrix origin=null
          ARG other: GET_VAR 'm1: <root>.Matrix declared in <root>.plusMatrix' type=<root>.Matrix origin=null
