KtErrorCallInfo:
  candidateCalls = [
    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
              callableIdIfNonLocal = null,
            KtVariableLikeSignature:
              name = a
              receiverType = null
              returnType = kotlin.Char
              symbol = a: kotlin.Char
              callableIdIfNonLocal = null
          ]
          callableIdIfNonLocal = /function
      typeArgumentsMapping = {}
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = t
          receiverType = null
          returnType = T
          symbol = t: T
          callableIdIfNonLocal = null)
      },
    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
              callableIdIfNonLocal = null,
            KtVariableLikeSignature:
              name = b
              receiverType = null
              returnType = kotlin.Boolean
              symbol = b: kotlin.Boolean
              callableIdIfNonLocal = null
          ]
          callableIdIfNonLocal = /function
      typeArgumentsMapping = {}
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = u
          receiverType = null
          returnType = U
          symbol = u: U
          callableIdIfNonLocal = null)
      },
    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
              callableIdIfNonLocal = null,
            KtVariableLikeSignature:
              name = c
              receiverType = null
              returnType = kotlin.String
              symbol = c: kotlin.String
              callableIdIfNonLocal = null
          ]
          callableIdIfNonLocal = /function
      typeArgumentsMapping = {}
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = v
          receiverType = null
          returnType = V
          symbol = v: V
          callableIdIfNonLocal = null)
      }
  ]
  diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [fun <T> function(t: T, a: Char): Unit, fun <U> function(u: U, b: Boolean): Unit, fun <V> function(v: V, c: String): Unit]>