KtCallExpression(128,139): 'function(1)'
  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(t: T, a: kotlin.Char): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = t
            receiverType = null
            returnType = kotlin.Int
            symbol = t: T
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Char
            symbol = a: kotlin.Char
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /function
      typeArgumentsMapping = {
        T -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = t
          receiverType = null
          returnType = kotlin.Int
          symbol = t: T
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'a'.>
    isInBestCandidates = true

  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(u: U, b: kotlin.Boolean): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = u
            receiverType = null
            returnType = kotlin.Int
            symbol = u: U
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = b
            receiverType = null
            returnType = kotlin.Boolean
            symbol = b: kotlin.Boolean
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /function
      typeArgumentsMapping = {
        U -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = u
          receiverType = null
          returnType = kotlin.Int
          symbol = u: U
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'.>
    isInBestCandidates = true

  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(v: V, c: kotlin.String): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = v
            receiverType = null
            returnType = kotlin.Int
            symbol = v: V
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = c
            receiverType = null
            returnType = kotlin.String
            symbol = c: kotlin.String
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /function
      typeArgumentsMapping = {
        V -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = v
          receiverType = null
          returnType = kotlin.Int
          symbol = v: V
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'c'.>
    isInBestCandidates = true