KtSuccessCallInfo:
  call = KtSimpleFunctionCall:
    isImplicitInvoke = true
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = KtExplicitReceiverValue:
        expression = f
        isSafeNavigation = false
        type = Foo
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Foo.invoke(<dispatch receiver>: Foo, t: T): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = t
            receiverType = null
            returnType = kotlin.String
            symbol = t: T
            callableIdIfNonLocal = null
        ]
        callableIdIfNonLocal = /Foo.invoke
    typeArgumentsMapping = {
      T -> (kotlin.String)
    }
    argumentMapping = {
      "" -> (KtVariableLikeSignature:
        name = t
        receiverType = null
        returnType = kotlin.String
        symbol = t: T
        callableIdIfNonLocal = null)
    }
