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 = TypeVariable(T)
              symbol = t: T,
            KtVariableLikeSignature:
              name = a
              receiverType = null
              returnType = kotlin.Char
              symbol = a: kotlin.Char
          ]
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = t
          receiverType = null
          returnType = TypeVariable(T)
          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 = TypeVariable(U)
              symbol = u: U,
            KtVariableLikeSignature:
              name = b
              receiverType = null
              returnType = kotlin.Boolean
              symbol = b: kotlin.Boolean
          ]
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = u
          receiverType = null
          returnType = TypeVariable(U)
          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 = TypeVariable(V)
              symbol = v: V,
            KtVariableLikeSignature:
              name = c
              receiverType = null
              returnType = kotlin.String
              symbol = c: kotlin.String
          ]
      argumentMapping = {
        1 -> (KtVariableLikeSignature:
          name = v
          receiverType = null
          returnType = TypeVariable(V)
          symbol = v: V)
      }
  ]
  diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: 
  public fun <T> function(t: TypeVariable(T), a: Char): Unit defined in root package in file ambiguousWithExplicitTypeParameters.kt
  public fun <U> function(u: TypeVariable(U), b: Boolean): Unit defined in root package in file ambiguousWithExplicitTypeParameters.kt
  public fun <V> function(v: TypeVariable(V), c: String): Unit defined in root package in file ambiguousWithExplicitTypeParameters.kt>