KtFile: 'removableQualifierSealedSubclass.kt'
  NO_CANDIDATES

KtPackageDirective(70,82): 'package test'
  NO_CANDIDATES

KtNameReferenceExpression(78,82): 'test'
  NO_CANDIDATES

KtImportList(82,82): ''
  NO_CANDIDATES

KtClass(84,130): 'sealed class Base {'
  NO_CANDIDATES

KtDeclarationModifierList(84,90): 'sealed'
  NO_CANDIDATES

KtClassBody(102,130): '{'
  NO_CANDIDATES

KtClass(108,128): 'class Child : Base()'
  NO_CANDIDATES

KtSuperTypeList(122,128): 'Base()'
  NO_CANDIDATES

KtSuperTypeCallEntry(122,128): 'Base()'
  KaApplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = test.Base
        symbol = <constructor>(): test.Base
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtConstructorCalleeExpression(122,126): 'Base'
  KaApplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = test.Base
        symbol = <constructor>(): test.Base
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtTypeReference(122,126): 'Base'
  NO_CANDIDATES

KtUserType(122,126): 'Base'
  NO_CANDIDATES

KtNameReferenceExpression(122,126): 'Base'
  KaApplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = test.Base
        symbol = <constructor>(): test.Base
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtValueArgumentList(126,128): '()'
  NO_CANDIDATES

KtNamedFunction(132,209): 'fun usage(b: Base) {'
  NO_CANDIDATES

KtParameterList(141,150): '(b: Base)'
  NO_CANDIDATES

KtParameter(142,149): 'b: Base'
  NO_CANDIDATES

KtTypeReference(145,149): 'Base'
  NO_CANDIDATES

KtUserType(145,149): 'Base'
  NO_CANDIDATES

KtNameReferenceExpression(145,149): 'Base'
  NO_CANDIDATES

KtBlockExpression(151,209): '{'
  NO_CANDIDATES

KtIfExpression(157,207): 'if (b is Base.Child) {'
  NO_CANDIDATES

KtContainerNode(161,176): 'b is Base.Child'
  NO_CANDIDATES

KtIsExpression(161,176): 'b is Base.Child'
  NO_CANDIDATES

KtNameReferenceExpression(161,162): 'b'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = b
        receiverType = null
        returnType = test.Base
        symbol = b: test.Base
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtOperationReferenceExpression(163,165): 'is'
  NO_CANDIDATES

KtTypeReference(166,176): 'Base.Child'
  NO_CANDIDATES

KtUserType(166,176): 'Base.Child'
  NO_CANDIDATES

KtUserType(166,170): 'Base'
  NO_CANDIDATES

KtNameReferenceExpression(166,170): 'Base'
  NO_CANDIDATES

KtNameReferenceExpression(171,176): 'Child'
  NO_CANDIDATES

KtContainerNodeForControlStructureBody(178,207): '{'
  NO_CANDIDATES

KtBlockExpression(178,207): '{'
  NO_CANDIDATES

KtDotQualifiedExpression(188,201): '"".hashCode()'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = ""
        isSafeNavigation = false
        type = kotlin.String
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Int
        symbol = kotlin/Any.hashCode(<dispatch receiver>: kotlin.Any): kotlin.Int
        valueParameters = []
        contextParameters = []
        callableId = kotlin/Any.hashCode
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtStringTemplateExpression(188,190): '""'
  NO_CANDIDATES

KtCallExpression(191,201): 'hashCode()'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = ""
        isSafeNavigation = false
        type = kotlin.String
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Int
        symbol = kotlin/Any.hashCode(<dispatch receiver>: kotlin.Any): kotlin.Int
        valueParameters = []
        contextParameters = []
        callableId = kotlin/Any.hashCode
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtNameReferenceExpression(191,199): 'hashCode'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = ""
        isSafeNavigation = false
        type = kotlin.String
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Int
        symbol = kotlin/Any.hashCode(<dispatch receiver>: kotlin.Any): kotlin.Int
        valueParameters = []
        contextParameters = []
        callableId = kotlin/Any.hashCode
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    isInBestCandidates = true

KtValueArgumentList(199,201): '()'
  NO_CANDIDATES
