FILE fqName:<root> fileName:/conventionComparisons.kt
  CLASS INTERFACE name:IA modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.IA
    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:IB modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.IB
    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:compareTo visibility:public modality:ABSTRACT returnType:kotlin.Int [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IB
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.IA
      VALUE_PARAMETER kind:Regular name:other index:2 type:<root>.IA
  FUN name:test1 visibility:public modality:FINAL returnType:kotlin.Boolean
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.IB
    VALUE_PARAMETER kind:Regular name:a1 index:1 type:<root>.IA
    VALUE_PARAMETER kind:Regular name:a2 index:2 type:<root>.IA
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test1 (<this>: <root>.IB, a1: <root>.IA, a2: <root>.IA): kotlin.Boolean declared in <root>'
        CALL 'public final fun greater (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=GT
          ARG arg0: CALL 'public abstract fun compareTo (<this>: <root>.IA, other: <root>.IA): kotlin.Int declared in <root>.IB' type=kotlin.Int origin=GT
            ARG <this>(index:0): GET_VAR '<this>: <root>.IB declared in <root>.test1' type=<root>.IB origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_VAR 'a1: <root>.IA declared in <root>.test1' type=<root>.IA origin=null
            ARG other: GET_VAR 'a2: <root>.IA declared in <root>.test1' type=<root>.IA origin=null
          ARG arg1: CONST Int type=kotlin.Int value=0
  FUN name:test2 visibility:public modality:FINAL returnType:kotlin.Boolean
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.IB
    VALUE_PARAMETER kind:Regular name:a1 index:1 type:<root>.IA
    VALUE_PARAMETER kind:Regular name:a2 index:2 type:<root>.IA
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test2 (<this>: <root>.IB, a1: <root>.IA, a2: <root>.IA): kotlin.Boolean declared in <root>'
        CALL 'public final fun greaterOrEqual (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=GTEQ
          ARG arg0: CALL 'public abstract fun compareTo (<this>: <root>.IA, other: <root>.IA): kotlin.Int declared in <root>.IB' type=kotlin.Int origin=GTEQ
            ARG <this>(index:0): GET_VAR '<this>: <root>.IB declared in <root>.test2' type=<root>.IB origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_VAR 'a1: <root>.IA declared in <root>.test2' type=<root>.IA origin=null
            ARG other: GET_VAR 'a2: <root>.IA declared in <root>.test2' type=<root>.IA origin=null
          ARG arg1: CONST Int type=kotlin.Int value=0
  FUN name:test3 visibility:public modality:FINAL returnType:kotlin.Boolean
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.IB
    VALUE_PARAMETER kind:Regular name:a1 index:1 type:<root>.IA
    VALUE_PARAMETER kind:Regular name:a2 index:2 type:<root>.IA
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test3 (<this>: <root>.IB, a1: <root>.IA, a2: <root>.IA): kotlin.Boolean declared in <root>'
        CALL 'public final fun less (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=LT
          ARG arg0: CALL 'public abstract fun compareTo (<this>: <root>.IA, other: <root>.IA): kotlin.Int declared in <root>.IB' type=kotlin.Int origin=LT
            ARG <this>(index:0): GET_VAR '<this>: <root>.IB declared in <root>.test3' type=<root>.IB origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_VAR 'a1: <root>.IA declared in <root>.test3' type=<root>.IA origin=null
            ARG other: GET_VAR 'a2: <root>.IA declared in <root>.test3' type=<root>.IA origin=null
          ARG arg1: CONST Int type=kotlin.Int value=0
  FUN name:test4 visibility:public modality:FINAL returnType:kotlin.Boolean
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.IB
    VALUE_PARAMETER kind:Regular name:a1 index:1 type:<root>.IA
    VALUE_PARAMETER kind:Regular name:a2 index:2 type:<root>.IA
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test4 (<this>: <root>.IB, a1: <root>.IA, a2: <root>.IA): kotlin.Boolean declared in <root>'
        CALL 'public final fun lessOrEqual (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=LTEQ
          ARG arg0: CALL 'public abstract fun compareTo (<this>: <root>.IA, other: <root>.IA): kotlin.Int declared in <root>.IB' type=kotlin.Int origin=LTEQ
            ARG <this>(index:0): GET_VAR '<this>: <root>.IB declared in <root>.test4' type=<root>.IB origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): GET_VAR 'a1: <root>.IA declared in <root>.test4' type=<root>.IA origin=null
            ARG other: GET_VAR 'a2: <root>.IA declared in <root>.test4' type=<root>.IA origin=null
          ARG arg1: CONST Int type=kotlin.Int value=0
