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