KtSuccessCallInfo:
  call = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = KtExplicitReceiverValue:
        expression = m
        isSafeNavigation = false
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Int
        symbol = /MyMap.get(<dispatch receiver>: MyMap<K, V>, k: K): V
        valueParameters = [
          KtVariableLikeSignature:
            name = k
            receiverType = null
            returnType = kotlin.String
            symbol = k: K
        ]
    argumentMapping = {
      "a" -> (KtVariableLikeSignature:
        name = k
        receiverType = null
        returnType = kotlin.String
        symbol = k: K)
    }
