KtCallExpression(76,80): 'f(1)'
  KaApplicableCallCandidate:
    candidate = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = f
        isSafeNavigation = false
        type = Foo
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Foo.invoke(<dispatch receiver>: Foo, vararg a: kotlin.Any): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Any
            symbol = vararg a: kotlin.Any
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /Foo.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        1 -> (KaVariableSignature:
          name = a
          receiverType = null
          returnType = kotlin.Any
          symbol = vararg a: kotlin.Any
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true