KtCallExpression(128,161): 'function(1, { s -> true }, "str")'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(a: O1, b: (kotlin.Int) -> kotlin.Boolean, c: T1): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Int
            symbol = a: O1
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = b
            receiverType = null
            returnType = (kotlin.Int) -> kotlin.Boolean
            symbol = b: (kotlin.Int) -> kotlin.Boolean
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = c
            receiverType = null
            returnType = kotlin.String
            symbol = c: T1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /function
      typeArgumentsMapping = {
        T1 -> (kotlin.String),
        O1 -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = a
          receiverType = null
          returnType = kotlin.Int
          symbol = a: O1
          contextParameters = []
          callableId = null),
        { s -> true } -> (KaVariableSignature:
          name = b
          receiverType = null
          returnType = (kotlin.Int) -> kotlin.Boolean
          symbol = b: (kotlin.Int) -> kotlin.Boolean
          contextParameters = []
          callableId = null),
        "str" -> (KaVariableSignature:
          name = c
          receiverType = null
          returnType = kotlin.String
          symbol = c: T1
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true

  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /function(a: O3, b: kotlin.String, c: T3): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Int
            symbol = a: O3
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = b
            receiverType = null
            returnType = kotlin.String
            symbol = b: kotlin.String
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = c
            receiverType = null
            returnType = kotlin.String
            symbol = c: T3
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /function
      typeArgumentsMapping = {
        T3 -> (kotlin.String),
        O3 -> (kotlin.Int)
      }
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = a
          receiverType = null
          returnType = kotlin.Int
          symbol = a: O3
          contextParameters = []
          callableId = null),
        { s -> true } -> (KaVariableSignature:
          name = b
          receiverType = null
          returnType = kotlin.String
          symbol = b: kotlin.String
          contextParameters = []
          callableId = null),
        "str" -> (KaVariableSignature:
          name = c
          receiverType = null
          returnType = kotlin.String
          symbol = c: T3
          contextParameters = []
          callableId = null)
      }
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is '(Int) -> Boolean', but 'String' was expected.>
    isInBestCandidates = false