KtSuccessCallInfo:
  call = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Foo.foo(<dispatch receiver>: Foo<T>, value: T): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = value
            receiverType = null
            returnType = kotlin.Int
            symbol = value: T
            callableIdIfNonLocal = null
        ]
        callableIdIfNonLocal = /Foo.foo
    typeArgumentsMapping = {}
    argumentMapping = {}
