KtCallExpression(98,109): 'function(1)'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /function(a: kotlin.Char): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = a
              receiverType = null
              returnType = kotlin.Char
              symbol = a: kotlin.Char
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /function
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          1 -> (KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Char
            symbol = a: kotlin.Char
            contextParameters = []
            callableId = null)
        },
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /function(b: kotlin.Boolean): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = b
              receiverType = null
              returnType = kotlin.Boolean
              symbol = b: kotlin.Boolean
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /function
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          1 -> (KaVariableSignature:
            name = b
            receiverType = null
            returnType = kotlin.Boolean
            symbol = b: kotlin.Boolean
            contextParameters = []
            callableId = null)
        },
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /function(c: kotlin.String): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = c
              receiverType = null
              returnType = kotlin.String
              symbol = c: kotlin.String
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /function
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          1 -> (KaVariableSignature:
            name = c
            receiverType = null
            returnType = kotlin.String
            symbol = c: kotlin.String
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<NONE_APPLICABLE: None of the following candidates is applicable:
    
    fun function(a: Char): Unit:
      Argument type mismatch: actual type is 'Int', but 'Char' was expected.
    
    fun function(b: Boolean): Unit:
      Argument type mismatch: actual type is 'Int', but 'Boolean' was expected.
    
    fun function(c: String): Unit:
      Argument type mismatch: actual type is 'Int', but 'String' was expected.>