KtFile: 'nonSealed.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtClass(78,184): 'interface NonSealed {'
  null

KtClassBody(98,184): '{'
  null

KtClass(104,140): 'class Left(val x: String): NonSealed'
  null

KtPrimaryConstructor(114,129): '(val x: String)'
  null

KtParameterList(114,129): '(val x: String)'
  null

KtParameter(115,128): 'val x: String'
  null

KtTypeReference(122,128): 'String'
  null

KtUserType(122,128): 'String'
  null

KtNameReferenceExpression(122,128): 'String'
  null

KtSuperTypeList(131,140): 'NonSealed'
  null

KtSuperTypeEntry(131,140): 'NonSealed'
  null

KtTypeReference(131,140): 'NonSealed'
  null

KtUserType(131,140): 'NonSealed'
  null

KtNameReferenceExpression(131,140): 'NonSealed'
  null

KtClass(145,182): 'class Right(val y: String): NonSealed'
  null

KtPrimaryConstructor(156,171): '(val y: String)'
  null

KtParameterList(156,171): '(val y: String)'
  null

KtParameter(157,170): 'val y: String'
  null

KtTypeReference(164,170): 'String'
  null

KtUserType(164,170): 'String'
  null

KtNameReferenceExpression(164,170): 'String'
  null

KtSuperTypeList(173,182): 'NonSealed'
  null

KtSuperTypeEntry(173,182): 'NonSealed'
  null

KtTypeReference(173,182): 'NonSealed'
  null

KtUserType(173,182): 'NonSealed'
  null

KtNameReferenceExpression(173,182): 'NonSealed'
  null

KtNamedFunction(186,264): 'fun NonSealed.getOrElse() = when (this) {'
  null

KtTypeReference(190,199): 'NonSealed'
  null

KtUserType(190,199): 'NonSealed'
  null

KtNameReferenceExpression(190,199): 'NonSealed'
  null

KtParameterList(209,211): '()'
  null

KtWhenExpression(214,264): 'when (this) {'
  null

KtThisExpression(220,224): 'this'
  null

KtNameReferenceExpression(220,224): 'this'
  null

KtWhenEntry(232,244): 'is Left -> x'
  null

KtWhenConditionIsPattern(232,239): 'is Left'
  null

KtTypeReference(235,239): 'Left'
  null

KtUserType(235,239): 'Left'
  null

KtNameReferenceExpression(235,239): 'Left'
  null

KtNameReferenceExpression(243,244): 'x'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'x'.>

KtWhenEntry(249,262): 'is Right -> y'
  null

KtWhenConditionIsPattern(249,257): 'is Right'
  null

KtTypeReference(252,257): 'Right'
  null

KtUserType(252,257): 'Right'
  null

KtNameReferenceExpression(252,257): 'Right'
  null

KtNameReferenceExpression(261,262): 'y'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'y'.>
