FILE fqName:<root> fileName:/conventionComparisons.kt
  CLASS INTERFACE name:IA modality:ABSTRACT visibility:public flags:[] superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.IA flags:[]
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
      VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:[]
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
  CLASS INTERFACE name:IB modality:ABSTRACT visibility:public flags:[] superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.IB flags:[]
    FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.IB, $receiver:<root>.IA, other:<root>.IA) returnType:kotlin.Int flags:[]
      $this: VALUE_PARAMETER name:<this> type:<root>.IB flags:[]
      $receiver: VALUE_PARAMETER name:<this> type:<root>.IA flags:[]
      VALUE_PARAMETER name:other index:0 type:<root>.IA flags:[]
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
      VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:[]
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
  FUN name:test1 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]
    $receiver: VALUE_PARAMETER name:<this> type:<root>.IB flags:[]
    VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]
    VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='FUN name:test1 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]'
        CALL 'FUN IR_BUILTINS_STUB name:greater visibility:public modality:FINAL <> (arg0:kotlin.Int, arg1:kotlin.Int) returnType:kotlin.Boolean flags:[]' type=kotlin.Boolean origin=GT
          arg0: CALL 'FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.IB, $receiver:<root>.IA, other:<root>.IA) returnType:kotlin.Int flags:[]' type=kotlin.Int origin=GT
            $this: GET_VAR 'VALUE_PARAMETER name:<this> type:<root>.IB flags:[]' type=<root>.IB origin=null
            $receiver: GET_VAR 'VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]' type=<root>.IA origin=null
            other: GET_VAR 'VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]' type=<root>.IA origin=null
          arg1: CONST Int type=kotlin.Int value=0
  FUN name:test2 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]
    $receiver: VALUE_PARAMETER name:<this> type:<root>.IB flags:[]
    VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]
    VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='FUN name:test2 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]'
        CALL 'FUN IR_BUILTINS_STUB name:greaterOrEqual visibility:public modality:FINAL <> (arg0:kotlin.Int, arg1:kotlin.Int) returnType:kotlin.Boolean flags:[]' type=kotlin.Boolean origin=GTEQ
          arg0: CALL 'FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.IB, $receiver:<root>.IA, other:<root>.IA) returnType:kotlin.Int flags:[]' type=kotlin.Int origin=GTEQ
            $this: GET_VAR 'VALUE_PARAMETER name:<this> type:<root>.IB flags:[]' type=<root>.IB origin=null
            $receiver: GET_VAR 'VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]' type=<root>.IA origin=null
            other: GET_VAR 'VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]' type=<root>.IA origin=null
          arg1: CONST Int type=kotlin.Int value=0
  FUN name:test3 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]
    $receiver: VALUE_PARAMETER name:<this> type:<root>.IB flags:[]
    VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]
    VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='FUN name:test3 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]'
        CALL 'FUN IR_BUILTINS_STUB name:less visibility:public modality:FINAL <> (arg0:kotlin.Int, arg1:kotlin.Int) returnType:kotlin.Boolean flags:[]' type=kotlin.Boolean origin=LT
          arg0: CALL 'FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.IB, $receiver:<root>.IA, other:<root>.IA) returnType:kotlin.Int flags:[]' type=kotlin.Int origin=LT
            $this: GET_VAR 'VALUE_PARAMETER name:<this> type:<root>.IB flags:[]' type=<root>.IB origin=null
            $receiver: GET_VAR 'VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]' type=<root>.IA origin=null
            other: GET_VAR 'VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]' type=<root>.IA origin=null
          arg1: CONST Int type=kotlin.Int value=0
  FUN name:test4 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]
    $receiver: VALUE_PARAMETER name:<this> type:<root>.IB flags:[]
    VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]
    VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='FUN name:test4 visibility:public modality:FINAL <> ($receiver:<root>.IB, a1:<root>.IA, a2:<root>.IA) returnType:kotlin.Boolean flags:[]'
        CALL 'FUN IR_BUILTINS_STUB name:lessOrEqual visibility:public modality:FINAL <> (arg0:kotlin.Int, arg1:kotlin.Int) returnType:kotlin.Boolean flags:[]' type=kotlin.Boolean origin=LTEQ
          arg0: CALL 'FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.IB, $receiver:<root>.IA, other:<root>.IA) returnType:kotlin.Int flags:[]' type=kotlin.Int origin=LTEQ
            $this: GET_VAR 'VALUE_PARAMETER name:<this> type:<root>.IB flags:[]' type=<root>.IB origin=null
            $receiver: GET_VAR 'VALUE_PARAMETER name:a1 index:0 type:<root>.IA flags:[]' type=<root>.IA origin=null
            other: GET_VAR 'VALUE_PARAMETER name:a2 index:1 type:<root>.IA flags:[]' type=<root>.IA origin=null
          arg1: CONST Int type=kotlin.Int value=0
