KtCallExpression(74,87): 'Foo<String>()'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = Foo<kotlin.String>
          symbol = <constructor>(x: T): Foo<T>
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.String
              symbol = x: T
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
        typeArgumentsMapping = {
          T -> (kotlin.String)
        }
        valueArgumentMapping = {}
    ]
    diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'x'.>