KtOperationReferenceExpression(97,98): '>'
  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = m
        isSafeNavigation = false
        type = MyClass
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Int
        symbol = /MyClass.compareTo(<dispatch receiver>: MyClass, m: MyClass): kotlin.Int
        valueParameters = [
          KaVariableSignature:
            name = m
            receiverType = null
            returnType = MyClass
            symbol = m: MyClass
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /MyClass.compareTo
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = m
          receiverType = null
          returnType = MyClass
          symbol = m: MyClass
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'Int', but 'MyClass' was expected.>
    isInBestCandidates = false

  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = KaExplicitReceiverValue:
        expression = m
        isSafeNavigation = false
        type = MyClass
      signature = KaFunctionSignature:
        receiverType = MyClass
        returnType = kotlin.Int
        symbol = /compareTo(<extension receiver>: R, number: kotlin.Int): kotlin.Int
        valueParameters = [
          KaVariableSignature:
            name = number
            receiverType = null
            returnType = kotlin.Int
            symbol = number: kotlin.Int
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /compareTo
      typeArgumentsMapping = {
        R -> (MyClass)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = number
          receiverType = null
          returnType = kotlin.Int
          symbol = number: kotlin.Int
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true

  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = KaExplicitReceiverValue:
        expression = m
        isSafeNavigation = false
        type = MyClass
      signature = KaFunctionSignature:
        receiverType = MyClass
        returnType = kotlin.Int
        symbol = /compareTo(<extension receiver>: T, int: kotlin.Int): kotlin.Int
        valueParameters = [
          KaVariableSignature:
            name = int
            receiverType = null
            returnType = kotlin.Int
            symbol = int: kotlin.Int
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /compareTo
      typeArgumentsMapping = {
        T -> (MyClass)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = int
          receiverType = null
          returnType = kotlin.Int
          symbol = int: kotlin.Int
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true