[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
+30
-5
@@ -17,7 +17,14 @@ KtFunctionSymbol:
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/collections/List<T>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtTypeParameterSymbol(T)
|
||||
@@ -37,7 +44,9 @@ KtFunctionSymbol:
|
||||
name: element
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
returnType: KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtLibraryModule "Library kotlin-stdlib"
|
||||
@@ -69,7 +78,14 @@ KtFunctionSymbol:
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/collections/List<T>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtTypeParameterSymbol(T)
|
||||
@@ -98,7 +114,14 @@ KtFunctionSymbol:
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/collections/List<T>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
KtTypeParameterSymbol(T)
|
||||
@@ -118,7 +141,9 @@ KtFunctionSymbol:
|
||||
name: elements
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
returnType: KtTypeParameterType:
|
||||
type: T
|
||||
annotationsList: []
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtLibraryModule "Library kotlin-stdlib"
|
||||
|
||||
Reference in New Issue
Block a user