[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
+13
-2
@@ -7,7 +7,10 @@ KtSamConstructorSymbol:
|
||||
name: Runnable
|
||||
origin: SAM_CONSTRUCTOR
|
||||
receiverParameter: null
|
||||
returnType: java/lang/Runnable
|
||||
returnType: KtUsualClassType:
|
||||
type: java/lang/Runnable
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
symbolKind: SAM_CONSTRUCTOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
@@ -25,7 +28,15 @@ KtSamConstructorSymbol:
|
||||
name: function
|
||||
origin: SAM_CONSTRUCTOR
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Function0<kotlin/Unit>
|
||||
returnType: KtFunctionalType:
|
||||
type: kotlin/Function0<kotlin/Unit>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/Unit
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
|
||||
Reference in New Issue
Block a user