KtCallExpression(39,64): 'generic<String, String>()'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /generic(): kotlin.Unit
          valueParameters = []
          contextParameters = []
          callableId = /generic
        typeArgumentsMapping = {
          A -> (kotlin.String)
        }
        valueArgumentMapping = {}
    ]
    diagnostic = ERROR<WRONG_NUMBER_OF_TYPE_ARGUMENTS: One type argument expected for 'fun <A> generic(): Unit'.>