[AA] DebugSymbolRenderer: render symbols recursively

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-10 17:51:08 +02:00
committed by Space Team
parent 728e1941ac
commit 4ee5bf178c
68 changed files with 9096 additions and 406 deletions
@@ -14,7 +14,23 @@ KtConstructorSymbol:
KtTypeParameterSymbol(E)
]
valueParameters: [
KtValueParameterSymbol(c)
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
generatedPrimaryConstructorProperty: null
hasDefaultValue: false
isCrossinline: false
isExtension: false
isImplicitLambdaParameter: false
isNoinline: false
isVararg: false
name: c
origin: JAVA
receiverType: null
returnType: ft<kotlin/collections/MutableCollection<out ft<E & Any, E?>>, kotlin/collections/Collection<out ft<E & Any, E?>>?>
symbolKind: LOCAL
typeParameters: []
]
visibility: Public
getContainingModule: KtSdkModule "SDK jdk"
@@ -11,7 +11,23 @@ KtSamConstructorSymbol:
symbolKind: SAM_CONSTRUCTOR
typeParameters: []
valueParameters: [
KtValueParameterSymbol(function)
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
generatedPrimaryConstructorProperty: null
hasDefaultValue: false
isCrossinline: false
isExtension: false
isImplicitLambdaParameter: false
isNoinline: false
isVararg: false
name: function
origin: SAM_CONSTRUCTOR
receiverType: null
returnType: kotlin/Function0<kotlin/Unit>
symbolKind: LOCAL
typeParameters: []
]
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null