KtBinaryExpression(75,81): '1 to 2'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = KaExplicitReceiverValue:
        expression = 1
        isSafeNavigation = false
        type = kotlin.Int
      signature = KaFunctionSignature:
        receiverType = kotlin.Int
        returnType = kotlin.Int
        symbol = /to(<extension receiver>: A, other: B): A
        valueParameters = [
          KaVariableSignature:
            name = other
            receiverType = null
            returnType = kotlin.Int
            symbol = other: B
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /to
      typeArgumentsMapping = {
        A -> (kotlin.Int),
        B -> (kotlin.Int)
      }
      valueArgumentMapping = {
        2 -> (KaVariableSignature:
          name = other
          receiverType = null
          returnType = kotlin.Int
          symbol = other: B
          contextParameters = []
          callableId = null)
      }
