KtNameReferenceExpression(112,115): 'foo'
  KaInapplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = foo
        receiverType = null
        returnType = kotlin.Boolean
        symbol = val foo: kotlin.Boolean
        contextParameters = [
          KaVariableSignature:
            name = string
            receiverType = null
            returnType = kotlin.String
            symbol = string: kotlin.String
            contextParameters = []
            callableId = null
        ]
        callableId = /foo
      typeArgumentsMapping = {}
    diagnostic = ERROR<AMBIGUOUS_CONTEXT_ARGUMENT: Multiple potential context arguments for 'string: String' in scope.>
    isInBestCandidates = true
