[SLC] implement infrastructure for light class hierarchy tests
This commit is contained in:
committed by
Space Team
parent
feff03894f
commit
b2c0a37050
@@ -0,0 +1,19 @@
|
||||
KtClass:
|
||||
line: 6
|
||||
name: MyAnnotationClass
|
||||
qualifier: one.MyAnnotationClass
|
||||
light: KtLightClassForDecompiledDeclaration
|
||||
name: MyAnnotationClass
|
||||
qualifier: one.MyAnnotationClass
|
||||
superTypes: [
|
||||
PsiType:Annotation
|
||||
]
|
||||
superClass: ClsClassImpl: Object (java.lang.Object)
|
||||
interfaces: [
|
||||
ClsClassImpl: Annotation (java.lang.annotation.Annotation)
|
||||
]
|
||||
supers: [
|
||||
ClsClassImpl: Object (java.lang.Object)
|
||||
ClsClassImpl: Annotation (java.lang.annotation.Annotation)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user