KtNameReferenceExpression(114,123): 'compareTo'
  KaCallResolutionSuccess:
    call = 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 = {
        2 -> (KaVariableSignature:
          name = int
          receiverType = null
          returnType = kotlin.Int
          symbol = int: kotlin.Int
          contextParameters = []
          callableId = null)
      }
