KtInapplicableCallCandidateInfo:
  diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'a'>
  candidate = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(t: T, a: kotlin.Char): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = t
            receiverType = null
            returnType = T
            symbol = t: T,
          KtVariableLikeSignature:
            name = a
            receiverType = null
            returnType = kotlin.Char
            symbol = a: kotlin.Char
        ]
    argumentMapping = {
      1 -> (KtVariableLikeSignature:
        name = t
        receiverType = null
        returnType = T
        symbol = t: T)
    }
  isInBestCandidates = true

KtInapplicableCallCandidateInfo:
  diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'>
  candidate = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(u: U, b: kotlin.Boolean): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = u
            receiverType = null
            returnType = U
            symbol = u: U,
          KtVariableLikeSignature:
            name = b
            receiverType = null
            returnType = kotlin.Boolean
            symbol = b: kotlin.Boolean
        ]
    argumentMapping = {
      1 -> (KtVariableLikeSignature:
        name = u
        receiverType = null
        returnType = U
        symbol = u: U)
    }
  isInBestCandidates = true

KtInapplicableCallCandidateInfo:
  diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'c'>
  candidate = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(v: V, c: kotlin.String): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = v
            receiverType = null
            returnType = V
            symbol = v: V,
          KtVariableLikeSignature:
            name = c
            receiverType = null
            returnType = kotlin.String
            symbol = c: kotlin.String
        ]
    argumentMapping = {
      1 -> (KtVariableLikeSignature:
        name = v
        receiverType = null
        returnType = V
        symbol = v: V)
    }
  isInBestCandidates = true
