KtCollectionLiteralExpression(55,58): '[1]'
  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.collections.Set<kotlin.Int>
        symbol = kotlin/collections/setOf(): kotlin.collections.Set<T>
        valueParameters = []
        contextParameters = []
        callableId = kotlin/collections/setOf
      typeArgumentsMapping = {
        T -> (kotlin.Int)
      }
      valueArgumentMapping = {}
    diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for 'fun <T> setOf(): Set<T>'.>
    isInBestCandidates = false

  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.collections.Set<kotlin.Int>
        symbol = kotlin/collections/setOf(element: T): kotlin.collections.Set<T>
        valueParameters = [
          KaVariableSignature:
            name = element
            receiverType = null
            returnType = kotlin.Int
            symbol = element: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/collections/setOf
      typeArgumentsMapping = {
        T -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = element
          receiverType = null
          returnType = kotlin.Int
          symbol = element: T
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true

  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.collections.Set<kotlin.Int>
        symbol = kotlin/collections/setOf(vararg elements: T): kotlin.collections.Set<T>
        valueParameters = [
          KaVariableSignature:
            name = elements
            receiverType = null
            returnType = kotlin.Int
            symbol = vararg elements: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/collections/setOf
      typeArgumentsMapping = {
        T -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = elements
          receiverType = null
          returnType = kotlin.Int
          symbol = vararg elements: T
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = false