[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
Vendored
+11
-2
@@ -17,11 +17,20 @@ KtFunctionSymbol:
|
||||
name: withOuter
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: Outer?
|
||||
returnType: KtTypeParameterType:
|
||||
type: Outer?
|
||||
annotationsList: []
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): test/TopLevel.Base<T, Outer>
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
type: test/TopLevel.Base<T, Outer>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
]
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user