KtFile: 'basicExampleWithEnumAndWhens.kt'
  NO_CANDIDATES

KtPackageDirective(0,0): ''
  NO_CANDIDATES

KtImportList(0,0): ''
  NO_CANDIDATES

KtClass(78,150): 'enum class Problem {'
  NO_CANDIDATES

KtDeclarationModifierList(78,82): 'enum'
  NO_CANDIDATES

KtClassBody(97,150): '{'
  NO_CANDIDATES

KtEnumEntry(103,114): 'CONNECTION,'
  NO_CANDIDATES

KtEnumEntry(115,130): 'AUTHENTICATION,'
  NO_CANDIDATES

KtEnumEntry(131,140): 'DATABASE,'
  NO_CANDIDATES

KtEnumEntry(141,148): 'UNKNOWN'
  NO_CANDIDATES

KtNamedFunction(152,332): 'fun message(problem: Problem): String = when (problem) {'
  NO_CANDIDATES

KtParameterList(163,181): '(problem: Problem)'
  NO_CANDIDATES

KtParameter(164,180): 'problem: Problem'
  NO_CANDIDATES

KtTypeReference(173,180): 'Problem'
  NO_CANDIDATES

KtUserType(173,180): 'Problem'
  NO_CANDIDATES

KtNameReferenceExpression(173,180): 'Problem'
  NO_CANDIDATES

KtTypeReference(183,189): 'String'
  NO_CANDIDATES

KtUserType(183,189): 'String'
  NO_CANDIDATES

KtNameReferenceExpression(183,189): 'String'
  NO_CANDIDATES

KtWhenExpression(192,332): 'when (problem) {'
  NO_CANDIDATES

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

KtWhenEntry(213,239): 'CONNECTION -> "connection"'
  NO_CANDIDATES

KtWhenConditionWithExpression(213,223): 'CONNECTION'
  NO_CANDIDATES

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

KtStringTemplateExpression(227,239): '"connection"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(228,238): 'connection'
  NO_CANDIDATES

KtWhenEntry(244,278): 'AUTHENTICATION -> "authentication"'
  NO_CANDIDATES

KtWhenConditionWithExpression(244,258): 'AUTHENTICATION'
  NO_CANDIDATES

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

KtStringTemplateExpression(262,278): '"authentication"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(263,277): 'authentication'
  NO_CANDIDATES

KtWhenEntry(283,305): 'DATABASE -> "database"'
  NO_CANDIDATES

KtWhenConditionWithExpression(283,291): 'DATABASE'
  NO_CANDIDATES

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

KtStringTemplateExpression(295,305): '"database"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(296,304): 'database'
  NO_CANDIDATES

KtWhenEntry(310,330): 'UNKNOWN -> "unknown"'
  NO_CANDIDATES

KtWhenConditionWithExpression(310,317): 'UNKNOWN'
  NO_CANDIDATES

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

KtStringTemplateExpression(321,330): '"unknown"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(322,329): 'unknown'
  NO_CANDIDATES

KtNamedFunction(334,501): 'fun problematic(x: String): Problem = when (x) {'
  NO_CANDIDATES

KtParameterList(349,360): '(x: String)'
  NO_CANDIDATES

KtParameter(350,359): 'x: String'
  NO_CANDIDATES

KtTypeReference(353,359): 'String'
  NO_CANDIDATES

KtUserType(353,359): 'String'
  NO_CANDIDATES

KtNameReferenceExpression(353,359): 'String'
  NO_CANDIDATES

KtTypeReference(362,369): 'Problem'
  NO_CANDIDATES

KtUserType(362,369): 'Problem'
  NO_CANDIDATES

KtNameReferenceExpression(362,369): 'Problem'
  NO_CANDIDATES

KtWhenExpression(372,501): 'when (x) {'
  NO_CANDIDATES

KtNameReferenceExpression(378,379): 'x'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = x
        receiverType = null
        returnType = kotlin.String
        symbol = x: kotlin.String
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(387,413): '"connection" -> CONNECTION'
  NO_CANDIDATES

KtWhenConditionWithExpression(387,399): '"connection"'
  NO_CANDIDATES

KtStringTemplateExpression(387,399): '"connection"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(388,398): 'connection'
  NO_CANDIDATES

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

KtWhenEntry(418,452): '"authentication" -> AUTHENTICATION'
  NO_CANDIDATES

KtWhenConditionWithExpression(418,434): '"authentication"'
  NO_CANDIDATES

KtStringTemplateExpression(418,434): '"authentication"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(419,433): 'authentication'
  NO_CANDIDATES

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

KtWhenEntry(457,479): '"database" -> DATABASE'
  NO_CANDIDATES

KtWhenConditionWithExpression(457,467): '"database"'
  NO_CANDIDATES

KtStringTemplateExpression(457,467): '"database"'
  NO_CANDIDATES

KtLiteralStringTemplateEntry(458,466): 'database'
  NO_CANDIDATES

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

KtWhenEntry(484,499): 'else -> UNKNOWN'
  NO_CANDIDATES

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