KtCallExpression(43,66): 'generic<Int, String>(5)'
  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /generic(a: A): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Int
            symbol = a: A
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /generic
      typeArgumentsMapping = {
        A -> (kotlin.Int)
      }
      valueArgumentMapping = {
        5 -> (KaVariableSignature:
          name = a
          receiverType = null
          returnType = kotlin.Int
          symbol = a: A
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<WRONG_NUMBER_OF_TYPE_ARGUMENTS: One type argument expected for 'fun <A> generic(a: A): Unit'.>
    isInBestCandidates = true