KtFile: 'main.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtProperty(3,49): '// FILE: main.kt'
  null

KtTypeReference(27,40): 'Hidden.Nested'
  KaSymbolResolutionError:
    candidateSymbols = [
      /Hidden.Nested
    ]
    diagnostic = ERROR<INVISIBLE_REFERENCE: Cannot access 'class Nested : Any': it is public in 'Hidden'.>

KtUserType(27,40): 'Hidden.Nested'
  KaSymbolResolutionError:
    candidateSymbols = [
      /Hidden.Nested
    ]
    diagnostic = ERROR<INVISIBLE_REFERENCE: Cannot access 'class Nested : Any': it is public in 'Hidden'.>

KtUserType(27,33): 'Hidden'
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<INVISIBLE_REFERENCE: Cannot access 'class Nested : Any': it is public in 'Hidden'.>

KtNameReferenceExpression(27,33): 'Hidden'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<INVISIBLE_REFERENCE: Cannot access 'class Nested : Any': it is public in 'Hidden'.>

KtNameReferenceExpression(34,40): 'Nested'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /Hidden.Nested
    ]
    diagnostic = ERROR<INVISIBLE_REFERENCE: Cannot access 'class Nested : Any': it is public in 'Hidden'.>

KtPostfixExpression(43,49): 'null!!'
  null

KtConstantExpression(43,47): 'null'
  null

KtOperationReferenceExpression(47,49): '!!'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  null
