[AA] DebugSymbolRenderer: improve context receivers render

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 13:20:58 +01:00
committed by Space Team
parent 1e2d517c21
commit 3b99a5bf34
5 changed files with 82 additions and 56 deletions
@@ -2,14 +2,18 @@ KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: /y
contextReceivers: [
ContextReceiver(KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: [])
ContextReceiver(s@KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: [])
KtContextReceiver:
label: null
type: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
KtContextReceiver:
label: s
type: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
]
contractEffects: []
hasStableParameterNames: true