KtFile: 'regularlyResolvedNoGenericArgument.kt'
  NO_CANDIDATES

KtPackageDirective(0,0): ''
  NO_CANDIDATES

KtImportList(0,0): ''
  NO_CANDIDATES

KtClass(78,188): 'sealed interface MySealed {'
  NO_CANDIDATES

KtDeclarationModifierList(78,84): 'sealed'
  NO_CANDIDATES

KtClassBody(104,188): '{'
  NO_CANDIDATES

KtClass(110,145): 'class Left(val x: String): MySealed'
  NO_CANDIDATES

KtPrimaryConstructor(120,135): '(val x: String)'
  NO_CANDIDATES

KtParameterList(120,135): '(val x: String)'
  NO_CANDIDATES

KtParameter(121,134): 'val x: String'
  NO_CANDIDATES

KtTypeReference(128,134): 'String'
  NO_CANDIDATES

KtUserType(128,134): 'String'
  NO_CANDIDATES

KtNameReferenceExpression(128,134): 'String'
  NO_CANDIDATES

KtSuperTypeList(137,145): 'MySealed'
  NO_CANDIDATES

KtSuperTypeEntry(137,145): 'MySealed'
  NO_CANDIDATES

KtTypeReference(137,145): 'MySealed'
  NO_CANDIDATES

KtUserType(137,145): 'MySealed'
  NO_CANDIDATES

KtNameReferenceExpression(137,145): 'MySealed'
  NO_CANDIDATES

KtClass(150,186): 'class Right(val y: String): MySealed'
  NO_CANDIDATES

KtPrimaryConstructor(161,176): '(val y: String)'
  NO_CANDIDATES

KtParameterList(161,176): '(val y: String)'
  NO_CANDIDATES

KtParameter(162,175): 'val y: String'
  NO_CANDIDATES

KtTypeReference(169,175): 'String'
  NO_CANDIDATES

KtUserType(169,175): 'String'
  NO_CANDIDATES

KtNameReferenceExpression(169,175): 'String'
  NO_CANDIDATES

KtSuperTypeList(178,186): 'MySealed'
  NO_CANDIDATES

KtSuperTypeEntry(178,186): 'MySealed'
  NO_CANDIDATES

KtTypeReference(178,186): 'MySealed'
  NO_CANDIDATES

KtUserType(178,186): 'MySealed'
  NO_CANDIDATES

KtNameReferenceExpression(178,186): 'MySealed'
  NO_CANDIDATES

KtClass(190,229): 'interface Left<T> {'
  NO_CANDIDATES

KtTypeParameterList(204,207): '<T>'
  NO_CANDIDATES

KtTypeParameter(205,206): 'T'
  NO_CANDIDATES

KtClassBody(208,229): '{'
  NO_CANDIDATES

KtProperty(214,227): 'val z: String'
  NO_CANDIDATES

KtTypeReference(221,227): 'String'
  NO_CANDIDATES

KtUserType(221,227): 'String'
  NO_CANDIDATES

KtNameReferenceExpression(221,227): 'String'
  NO_CANDIDATES

KtNamedFunction(231,323): 'fun MySealed.getOrElse() = when (this) {'
  NO_CANDIDATES

KtTypeReference(235,243): 'MySealed'
  NO_CANDIDATES

KtUserType(235,243): 'MySealed'
  NO_CANDIDATES

KtNameReferenceExpression(235,243): 'MySealed'
  NO_CANDIDATES

KtParameterList(253,255): '()'
  NO_CANDIDATES

KtWhenExpression(258,323): 'when (this) {'
  NO_CANDIDATES

KtThisExpression(264,268): 'this'
  NO_CANDIDATES

KtNameReferenceExpression(264,268): 'this'
  NO_CANDIDATES

KtWhenEntry(276,288): 'is Left -> z'
  NO_CANDIDATES

KtWhenConditionIsPattern(276,283): 'is Left'
  NO_CANDIDATES

KtTypeReference(279,283): 'Left'
  NO_CANDIDATES

KtUserType(279,283): 'Left'
  NO_CANDIDATES

KtNameReferenceExpression(279,283): 'Left'
  NO_CANDIDATES

KtNameReferenceExpression(287,288): 'z'
  NO_CANDIDATES

KtWhenEntry(293,306): 'is Right -> y'
  NO_CANDIDATES

KtWhenConditionIsPattern(293,301): 'is Right'
  NO_CANDIDATES

KtTypeReference(296,301): 'Right'
  NO_CANDIDATES

KtUserType(296,301): 'Right'
  NO_CANDIDATES

KtNameReferenceExpression(296,301): 'Right'
  NO_CANDIDATES

KtNameReferenceExpression(305,306): 'y'
  KaApplicableCallCandidate:
    candidate = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaSmartCastedReceiverValue:
        original = KaImplicitReceiverValue:
          symbol = KaReceiverParameterSymbol:
            anchorPsi: KtTypeReference
            annotations: []
            callableId: null
            contextParameters: []
            contextReceivers: []
            isActual: false
            isCompanion: false
            isDelegated: false
            isExpect: false
            isExtension: false
            isExternal: false
            isVal: true
            location: LOCAL
            modality: FINAL
            name: <receiver>
            origin: SOURCE
            owningCallableSymbol: KaNamedFunctionSymbol(/getOrElse)
            psi: KtTypeReference
            realPsi: KtTypeReference
            receiverParameter: null
            returnType: KaUsualClassType:
              annotations: []
              typeArguments: []
              type: MySealed
            typeParameters: []
            visibility: PUBLIC
          type = MySealed
        type = MySealed.Right
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = y
        receiverType = null
        returnType = kotlin.String
        symbol = val y: kotlin.String
        contextParameters = []
        callableId = /MySealed.Right.y
      typeArgumentsMapping = {}
    isInBestCandidates = true

KtWhenEntry(311,321): 'else -> ""'
  NO_CANDIDATES

KtStringTemplateExpression(319,321): '""'
  NO_CANDIDATES
