KtFile: 'notInsideBranches.kt'
  NO_CANDIDATES

KtPackageDirective(0,0): ''
  NO_CANDIDATES

KtImportList(0,0): ''
  NO_CANDIDATES

KtClass(0,100): '// LANGUAGE: +ContextSensitiveResolutionUsingExpectedType'
  NO_CANDIDATES

KtDeclarationModifierList(58,62): 'enum'
  NO_CANDIDATES

KtClassBody(74,100): '{'
  NO_CANDIDATES

KtEnumEntry(80,86): 'FIRST,'
  NO_CANDIDATES

KtEnumEntry(91,98): 'SECOND;'
  NO_CANDIDATES

KtNamedFunction(102,173): 'fun foo(s: Some) = when (s) {'
  NO_CANDIDATES

KtParameterList(109,118): '(s: Some)'
  NO_CANDIDATES

KtParameter(110,117): 's: Some'
  NO_CANDIDATES

KtTypeReference(113,117): 'Some'
  NO_CANDIDATES

KtUserType(113,117): 'Some'
  NO_CANDIDATES

KtNameReferenceExpression(113,117): 'Some'
  NO_CANDIDATES

KtWhenExpression(121,173): 'when (s) {'
  NO_CANDIDATES

KtNameReferenceExpression(127,128): 's'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = s
        receiverType = null
        returnType = Some
        symbol = s: Some
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(136,151): 'FIRST -> SECOND'
  NO_CANDIDATES

KtWhenConditionWithExpression(136,141): 'FIRST'
  NO_CANDIDATES

KtNameReferenceExpression(136,141): 'FIRST'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = FIRST
        isSafeNavigation = false
        type = kotlin.Unit
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = FIRST
        receiverType = null
        returnType = Some
        symbol = /Some.FIRST
        contextParameters = []
        callableId = /Some.FIRST
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtNameReferenceExpression(145,151): 'SECOND'
  NO_CANDIDATES

KtWhenEntry(156,171): 'SECOND -> FIRST'
  NO_CANDIDATES

KtWhenConditionWithExpression(156,162): 'SECOND'
  NO_CANDIDATES

KtNameReferenceExpression(156,162): 'SECOND'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = SECOND
        isSafeNavigation = false
        type = kotlin.Unit
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = SECOND
        receiverType = null
        returnType = Some
        symbol = /Some.SECOND
        contextParameters = []
        callableId = /Some.SECOND
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtNameReferenceExpression(166,171): 'FIRST'
  NO_CANDIDATES
