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