KtFile: 'test.kt'
  NO_CANDIDATES

KtPackageDirective(0,0): ''
  NO_CANDIDATES

KtImportList(0,0): ''
  NO_CANDIDATES

KtNamedFunction(27,216): '// FILE: test.kt'
  NO_CANDIDATES

KtParameterList(67,85): '(instance: JClass)'
  NO_CANDIDATES

KtParameter(68,84): 'instance: JClass'
  NO_CANDIDATES

KtTypeReference(78,84): 'JClass'
  NO_CANDIDATES

KtUserType(78,84): 'JClass'
  NO_CANDIDATES

KtNameReferenceExpression(78,84): 'JClass'
  NO_CANDIDATES

KtTypeReference(87,90): 'Int'
  NO_CANDIDATES

KtUserType(87,90): 'Int'
  NO_CANDIDATES

KtNameReferenceExpression(87,90): 'Int'
  NO_CANDIDATES

KtWhenExpression(93,216): 'when (instance) {'
  NO_CANDIDATES

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

KtWhenEntry(115,145): 'is JCOption1 -> instance.prop1'
  NO_CANDIDATES

KtWhenConditionIsPattern(115,127): 'is JCOption1'
  NO_CANDIDATES

KtTypeReference(118,127): 'JCOption1'
  NO_CANDIDATES

KtUserType(118,127): 'JCOption1'
  NO_CANDIDATES

KtNameReferenceExpression(118,127): 'JCOption1'
  NO_CANDIDATES

KtDotQualifiedExpression(131,145): 'instance.prop1'
  NO_CANDIDATES

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

KtNameReferenceExpression(140,145): 'prop1'
  NO_CANDIDATES

KtWhenEntry(151,181): 'is JCOption2 -> instance.prop2'
  NO_CANDIDATES

KtWhenConditionIsPattern(151,163): 'is JCOption2'
  NO_CANDIDATES

KtTypeReference(154,163): 'JCOption2'
  NO_CANDIDATES

KtUserType(154,163): 'JCOption2'
  NO_CANDIDATES

KtNameReferenceExpression(154,163): 'JCOption2'
  NO_CANDIDATES

KtDotQualifiedExpression(167,181): 'instance.prop2'
  NO_CANDIDATES

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

KtNameReferenceExpression(176,181): 'prop2'
  NO_CANDIDATES

KtWhenEntry(187,213): 'is Nested -> instance.prop'
  NO_CANDIDATES

KtWhenConditionIsPattern(187,196): 'is Nested'
  NO_CANDIDATES

KtTypeReference(190,196): 'Nested'
  NO_CANDIDATES

KtUserType(190,196): 'Nested'
  NO_CANDIDATES

KtNameReferenceExpression(190,196): 'Nested'
  NO_CANDIDATES

KtDotQualifiedExpression(200,213): 'instance.prop'
  NO_CANDIDATES

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

KtNameReferenceExpression(209,213): 'prop'
  NO_CANDIDATES

KtNamedFunction(218,426): 'fun testSealedJClassInIf(instance: SealedJClass): Int {'
  NO_CANDIDATES

KtParameterList(242,266): '(instance: SealedJClass)'
  NO_CANDIDATES

KtParameter(243,265): 'instance: SealedJClass'
  NO_CANDIDATES

KtTypeReference(253,265): 'SealedJClass'
  NO_CANDIDATES

KtUserType(253,265): 'SealedJClass'
  NO_CANDIDATES

KtNameReferenceExpression(253,265): 'SealedJClass'
  NO_CANDIDATES

KtTypeReference(268,271): 'Int'
  NO_CANDIDATES

KtUserType(268,271): 'Int'
  NO_CANDIDATES

KtNameReferenceExpression(268,271): 'Int'
  NO_CANDIDATES

KtBlockExpression(272,426): '{'
  NO_CANDIDATES

KtIfExpression(278,342): 'if (instance is SCOption1) {'
  NO_CANDIDATES

KtContainerNode(282,303): 'instance is SCOption1'
  NO_CANDIDATES

KtIsExpression(282,303): 'instance is SCOption1'
  NO_CANDIDATES

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

KtOperationReferenceExpression(291,293): 'is'
  NO_CANDIDATES

KtTypeReference(294,303): 'SCOption1'
  NO_CANDIDATES

KtUserType(294,303): 'SCOption1'
  NO_CANDIDATES

KtNameReferenceExpression(294,303): 'SCOption1'
  NO_CANDIDATES

KtContainerNodeForControlStructureBody(305,342): '{'
  NO_CANDIDATES

KtBlockExpression(305,342): '{'
  NO_CANDIDATES

KtReturnExpression(315,336): 'return instance.prop1'
  NO_CANDIDATES

KtDotQualifiedExpression(322,336): 'instance.prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(331,336): 'prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtIfExpression(347,411): 'if (instance is SCOption2) {'
  NO_CANDIDATES

KtContainerNode(351,372): 'instance is SCOption2'
  NO_CANDIDATES

KtIsExpression(351,372): 'instance is SCOption2'
  NO_CANDIDATES

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

KtOperationReferenceExpression(360,362): 'is'
  NO_CANDIDATES

KtTypeReference(363,372): 'SCOption2'
  NO_CANDIDATES

KtUserType(363,372): 'SCOption2'
  NO_CANDIDATES

KtNameReferenceExpression(363,372): 'SCOption2'
  NO_CANDIDATES

KtContainerNodeForControlStructureBody(374,411): '{'
  NO_CANDIDATES

KtBlockExpression(374,411): '{'
  NO_CANDIDATES

KtReturnExpression(384,405): 'return instance.prop2'
  NO_CANDIDATES

KtDotQualifiedExpression(391,405): 'instance.prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(400,405): 'prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtReturnExpression(416,424): 'return 0'
  NO_CANDIDATES

KtConstantExpression(423,424): '0'
  NO_CANDIDATES

KtNamedFunction(428,586): 'fun testSealedJClassInWhenWithSubject(instance: SealedJClass): Int = when (instance) {'
  NO_CANDIDATES

KtParameterList(465,489): '(instance: SealedJClass)'
  NO_CANDIDATES

KtParameter(466,488): 'instance: SealedJClass'
  NO_CANDIDATES

KtTypeReference(476,488): 'SealedJClass'
  NO_CANDIDATES

KtUserType(476,488): 'SealedJClass'
  NO_CANDIDATES

KtNameReferenceExpression(476,488): 'SealedJClass'
  NO_CANDIDATES

KtTypeReference(491,494): 'Int'
  NO_CANDIDATES

KtUserType(491,494): 'Int'
  NO_CANDIDATES

KtNameReferenceExpression(491,494): 'Int'
  NO_CANDIDATES

KtWhenExpression(497,586): 'when (instance) {'
  NO_CANDIDATES

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

KtWhenEntry(519,549): 'is SCOption1 -> instance.prop1'
  NO_CANDIDATES

KtWhenConditionIsPattern(519,531): 'is SCOption1'
  NO_CANDIDATES

KtTypeReference(522,531): 'SCOption1'
  NO_CANDIDATES

KtUserType(522,531): 'SCOption1'
  NO_CANDIDATES

KtNameReferenceExpression(522,531): 'SCOption1'
  NO_CANDIDATES

KtDotQualifiedExpression(535,549): 'instance.prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(544,549): 'prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(554,584): 'is SCOption2 -> instance.prop2'
  NO_CANDIDATES

KtWhenConditionIsPattern(554,566): 'is SCOption2'
  NO_CANDIDATES

KtTypeReference(557,566): 'SCOption2'
  NO_CANDIDATES

KtUserType(557,566): 'SCOption2'
  NO_CANDIDATES

KtNameReferenceExpression(557,566): 'SCOption2'
  NO_CANDIDATES

KtDotQualifiedExpression(570,584): 'instance.prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(579,584): 'prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtNamedFunction(588,756): 'fun testSealedJClassInWhen(instance: SealedJClass): Int = when {'
  NO_CANDIDATES

KtParameterList(614,638): '(instance: SealedJClass)'
  NO_CANDIDATES

KtParameter(615,637): 'instance: SealedJClass'
  NO_CANDIDATES

KtTypeReference(625,637): 'SealedJClass'
  NO_CANDIDATES

KtUserType(625,637): 'SealedJClass'
  NO_CANDIDATES

KtNameReferenceExpression(625,637): 'SealedJClass'
  NO_CANDIDATES

KtTypeReference(640,643): 'Int'
  NO_CANDIDATES

KtUserType(640,643): 'Int'
  NO_CANDIDATES

KtNameReferenceExpression(640,643): 'Int'
  NO_CANDIDATES

KtWhenExpression(646,756): 'when {'
  NO_CANDIDATES

KtWhenEntry(657,696): 'instance is SCOption1 -> instance.prop1'
  NO_CANDIDATES

KtWhenConditionWithExpression(657,678): 'instance is SCOption1'
  NO_CANDIDATES

KtIsExpression(657,678): 'instance is SCOption1'
  NO_CANDIDATES

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

KtOperationReferenceExpression(666,668): 'is'
  NO_CANDIDATES

KtTypeReference(669,678): 'SCOption1'
  NO_CANDIDATES

KtUserType(669,678): 'SCOption1'
  NO_CANDIDATES

KtNameReferenceExpression(669,678): 'SCOption1'
  NO_CANDIDATES

KtDotQualifiedExpression(682,696): 'instance.prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(691,696): 'prop1'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption1
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop1
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop1: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption1.prop1
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(701,740): 'instance is SCOption2 -> instance.prop2'
  NO_CANDIDATES

KtWhenConditionWithExpression(701,722): 'instance is SCOption2'
  NO_CANDIDATES

KtIsExpression(701,722): 'instance is SCOption2'
  NO_CANDIDATES

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

KtOperationReferenceExpression(710,712): 'is'
  NO_CANDIDATES

KtTypeReference(713,722): 'SCOption2'
  NO_CANDIDATES

KtUserType(713,722): 'SCOption2'
  NO_CANDIDATES

KtNameReferenceExpression(713,722): 'SCOption2'
  NO_CANDIDATES

KtDotQualifiedExpression(726,740): 'instance.prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

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

KtNameReferenceExpression(735,740): 'prop2'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaExplicitReceiverValue:
          expression = instance
          isSafeNavigation = false
          type = SealedJClass
        type = SealedJClass.SCOption2
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = prop2
        receiverType = null
        returnType = kotlin.Int
        symbol = var prop2: kotlin.Int
        contextParameters = []
        callableId = /SealedJClass.SCOption2.prop2
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(745,754): 'else -> 0'
  NO_CANDIDATES

KtConstantExpression(753,754): '0'
  NO_CANDIDATES
