KtFile: 'typeParameterAsSuperType.kt'
  null

KtPackageDirective(0,11): 'package bar'
  null

KtNameReferenceExpression(8,11): 'bar'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      bar
    ]

KtImportList(11,11): ''
  null

KtClass(13,34): 'interface MyInterface'
  null

KtClass(36,95): 'class MyClass<T : MyInterface> {'
  null

KtTypeParameterList(49,66): '<T : MyInterface>'
  null

KtTypeParameter(50,65): 'T : MyInterface'
  null

KtTypeReference(54,65): 'MyInterface'
  KaSymbolResolutionSuccess:
    symbols = [
      bar/MyInterface
    ]

KtUserType(54,65): 'MyInterface'
  KaSymbolResolutionSuccess:
    symbols = [
      bar/MyInterface
    ]

KtNameReferenceExpression(54,65): 'MyInterface'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      bar/MyInterface
    ]

KtClassBody(67,95): '{'
  null

KtClass(72,93): 'inner class Inner : T'
  null

KtDeclarationModifierList(72,77): 'inner'
  null

KtSuperTypeList(92,93): 'T'
  null

KtSuperTypeEntry(92,93): 'T'
  KaSymbolResolutionError:
    candidateSymbols = [
      T
    ]
    diagnostic = ERROR<SUPERTYPE_NOT_A_CLASS_OR_INTERFACE: Supertype is not a class or interface.>

KtTypeReference(92,93): 'T'
  KaSymbolResolutionError:
    candidateSymbols = [
      T
    ]
    diagnostic = ERROR<SUPERTYPE_NOT_A_CLASS_OR_INTERFACE: Supertype is not a class or interface.>

KtUserType(92,93): 'T'
  KaSymbolResolutionError:
    candidateSymbols = [
      T
    ]
    diagnostic = ERROR<SUPERTYPE_NOT_A_CLASS_OR_INTERFACE: Supertype is not a class or interface.>

KtNameReferenceExpression(92,93): 'T'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      T
    ]
    diagnostic = ERROR<SUPERTYPE_NOT_A_CLASS_OR_INTERFACE: Supertype is not a class or interface.>
