FILE fqName:<root> fileName:/samConversionClassInProjection.kt
  CLASS INTERFACE name:Cmp modality:ABSTRACT visibility:public [fun] superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Cmp<T of <root>.Cmp>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    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:compare visibility:public modality:ABSTRACT returnType:kotlin.Int
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Cmp<T of <root>.Cmp>
      VALUE_PARAMETER kind:Regular name:a index:1 type:T of <root>.Cmp
      VALUE_PARAMETER kind:Regular name:b index:2 type:T of <root>.Cmp
  FUN name:bar visibility:public modality:FINAL returnType:kotlin.Unit
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun bar (): kotlin.Unit declared in <root>'
        CALL 'public final fun foo <T> (comparator: <root>.Cmp<in T of <root>.foo>, x: T of <root>.foo): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
          TYPE_ARG T: kotlin.Int
          ARG comparator: TYPE_OP type=<root>.Cmp<kotlin.Int> origin=SAM_CONVERSION typeOperand=<root>.Cmp<kotlin.Int>
            FUN_EXPR type=kotlin.Function2<kotlin.Int, kotlin.Int, kotlin.Int> origin=LAMBDA
              FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL returnType:kotlin.Int
                VALUE_PARAMETER kind:Regular name:a index:0 type:kotlin.Int
                VALUE_PARAMETER kind:Regular name:b index:1 type:kotlin.Int
                BLOCK_BODY
                  RETURN type=kotlin.Nothing from='local final fun <anonymous> (a: kotlin.Int, b: kotlin.Int): kotlin.Int declared in <root>.bar'
                    CALL 'public final fun minus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=MINUS
                      ARG <this>: GET_VAR 'a: kotlin.Int declared in <root>.bar.<anonymous>' type=kotlin.Int origin=null
                      ARG other: GET_VAR 'b: kotlin.Int declared in <root>.bar.<anonymous>' type=kotlin.Int origin=null
          ARG x: CONST Int type=kotlin.Int value=1
  FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    VALUE_PARAMETER kind:Regular name:comparator index:0 type:<root>.Cmp<in T of <root>.foo>
    VALUE_PARAMETER kind:Regular name:x index:1 type:T of <root>.foo
    BLOCK_BODY
