[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
+9
-1
@@ -7,7 +7,15 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtAnonymousFunctionSymbol(<local>/<no name provided>)
|
||||
type: test/Target<kotlin/String>
|
||||
type: KtUsualClassType:
|
||||
type: test/Target<kotlin/String>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/String
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
type = test.Target<kotlin.String>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
|
||||
+9
-1
@@ -7,7 +7,15 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtAnonymousFunctionSymbol(<local>/<no name provided>)
|
||||
type: test/Target<kotlin/String>
|
||||
type: KtUsualClassType:
|
||||
type: test/Target<kotlin/String>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/String
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
type = test.Target<kotlin.String>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
|
||||
+4
-1
@@ -61,7 +61,10 @@ KtSuccessCallInfo:
|
||||
name: Foo
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
+5
-2
@@ -6,7 +6,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/call)
|
||||
type: JavaClass
|
||||
type: KtUsualClassType:
|
||||
type: JavaClass
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
@@ -16,5 +19,5 @@ KtSuccessCallInfo:
|
||||
symbol = val foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Read:
|
||||
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
+4
-1
@@ -6,7 +6,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/call)
|
||||
type: JavaClass
|
||||
type: KtUsualClassType:
|
||||
type: JavaClass
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
|
||||
+5
-2
@@ -6,7 +6,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/foo)
|
||||
type: A
|
||||
type: KtUsualClassType:
|
||||
type: A
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
@@ -16,5 +19,5 @@ KtSuccessCallInfo:
|
||||
symbol = val i: kotlin.Int
|
||||
callableIdIfNonLocal = /A.i
|
||||
simpleAccess = Read:
|
||||
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
+4
-1
@@ -6,7 +6,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/foo)
|
||||
type: A
|
||||
type: KtUsualClassType:
|
||||
type: A
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
|
||||
+4
-1
@@ -54,7 +54,10 @@ KtSuccessCallInfo:
|
||||
name: Foo
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
+4
-1
@@ -54,7 +54,10 @@ KtSuccessCallInfo:
|
||||
name: Foo
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
+5
-2
@@ -18,7 +18,10 @@ KtSuccessCallInfo:
|
||||
name: RunnerModule
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
AbstractModule
|
||||
KtUsualClassType:
|
||||
type: AbstractModule
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
@@ -46,4 +49,4 @@ KtSuccessCallInfo:
|
||||
returnType = AbstractModule.Builder<*>!
|
||||
symbol = builder: AbstractModule.Builder<*>!
|
||||
callableIdIfNonLocal = null)
|
||||
}
|
||||
}
|
||||
Vendored
+5
-2
@@ -18,7 +18,10 @@ KtSuccessCallInfo:
|
||||
name: RunnerModule
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
AbstractModule
|
||||
KtUsualClassType:
|
||||
type: AbstractModule
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
@@ -46,4 +49,4 @@ KtSuccessCallInfo:
|
||||
returnType = ft<AbstractModule.Builder<*>, AbstractModule.Builder<*>?>
|
||||
symbol = builder: ft<AbstractModule.Builder<*>, AbstractModule.Builder<*>?>
|
||||
callableIdIfNonLocal = null)
|
||||
}
|
||||
}
|
||||
+5
-2
@@ -7,7 +7,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/test)
|
||||
type: kotlin/Any
|
||||
type: KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = kotlin.Any
|
||||
type = kotlin.String
|
||||
extensionReceiver = null
|
||||
@@ -18,5 +21,5 @@ KtSuccessCallInfo:
|
||||
symbol = val length: kotlin.Int
|
||||
callableIdIfNonLocal = kotlin/String.length
|
||||
simpleAccess = Read:
|
||||
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
+4
-1
@@ -9,7 +9,10 @@ KtSuccessCallInfo:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/test)
|
||||
type: kotlin/Any
|
||||
type: KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type = kotlin.Any
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
|
||||
Reference in New Issue
Block a user