[AA] DebugSymbolRenderer: improve type render
to process all nested annotations and types ^KT-56046
This commit is contained in:
committed by
Space Team
parent
0a06efa1bf
commit
1e2d517c21
@@ -15,12 +15,17 @@ KtKotlinPropertySymbol:
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: dynamic
|
||||
returnType: KtDynamicType:
|
||||
type: dynamic
|
||||
annotationsList: []
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Foo
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
type: Foo
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -39,12 +44,17 @@ KtKotlinPropertySymbol:
|
||||
name: p
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: dynamic
|
||||
returnType: KtDynamicType:
|
||||
type: dynamic
|
||||
annotationsList: []
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Foo
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
type: Foo
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -60,7 +70,9 @@ KtAnonymousFunctionSymbol:
|
||||
isExtension: false
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: dynamic
|
||||
returnType: KtDynamicType:
|
||||
type: dynamic
|
||||
annotationsList: []
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
@@ -86,7 +98,9 @@ KtFunctionSymbol:
|
||||
name: f
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: dynamic
|
||||
returnType: KtDynamicType:
|
||||
type: dynamic
|
||||
annotationsList: []
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
@@ -104,14 +118,19 @@ KtFunctionSymbol:
|
||||
name: p
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: dynamic
|
||||
returnType: KtDynamicType:
|
||||
type: dynamic
|
||||
annotationsList: []
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getDispatchReceiver(): Foo
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
type: Foo
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -130,7 +149,10 @@ KtNamedClassOrObjectSymbol:
|
||||
name: Foo
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user