KtCallExpression(95,100): 'foo()'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaImplicitReceiverValue:
        symbol = one/two/TopLevelObject
        type = one.two.TopLevelObject
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = one/two/TopLevelObject.foo(<dispatch receiver>: one.two.TopLevelObject): kotlin.Unit
        valueParameters = []
        contextParameters = []
        callableId = one/two/TopLevelObject.foo
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

  KaInapplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaImplicitReceiverValue:
        symbol = one/two/TopLevelObject
        type = one.two.TopLevelObject
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = one/two/TopLevelObject.foo(<dispatch receiver>: one.two.TopLevelObject, int: kotlin.Int): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = int
            receiverType = null
            returnType = kotlin.Int
            symbol = int: kotlin.Int
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = one/two/TopLevelObject.foo
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'int'.>
    isInBestCandidates = false