[AA] DebugSymbolRenderer: improve type render

to process all nested annotations and types

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 12:48:59 +01:00
committed by Space Team
parent 0a06efa1bf
commit 1e2d517c21
282 changed files with 9169 additions and 2392 deletions
@@ -7,7 +7,10 @@ KtBackingFieldSymbol:
origin: PROPERTY_BACKING_FIELD
owningProperty: KtKotlinPropertySymbol(/x)
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: abc
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -8,7 +8,14 @@ KtConstructorSymbol:
isPrimary: false
origin: JAVA
receiverParameter: null
returnType: java/util/ArrayList<E>
returnType: KtUsualClassType:
type: java/util/ArrayList<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
symbolKind: CLASS_MEMBER
typeParameters: [
KtTypeParameterSymbol(E)
@@ -28,7 +35,9 @@ KtConstructorSymbol:
name: c
origin: JAVA
receiverParameter: null
returnType: (kotlin/collections/MutableCollection<out E!>..kotlin/collections/Collection<E!>?)
returnType: KtFlexibleType:
type: (kotlin/collections/MutableCollection<out E!>..kotlin/collections/Collection<E!>?)
annotationsList: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: Could not render due to java.util.NoSuchElementException: Collection contains no element matching the predicate.
@@ -8,7 +8,14 @@ KtConstructorSymbol:
isPrimary: false
origin: JAVA
receiverParameter: null
returnType: java/util/ArrayList<E>
returnType: KtUsualClassType:
type: java/util/ArrayList<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
symbolKind: CLASS_MEMBER
typeParameters: [
KtTypeParameterSymbol(E)
@@ -28,7 +35,9 @@ KtConstructorSymbol:
name: c
origin: JAVA
receiverParameter: null
returnType: ft<kotlin/collections/MutableCollection<out ft<E & Any, E?>>, kotlin/collections/Collection<out ft<E & Any, E?>>?>
returnType: KtFlexibleType:
type: ft<kotlin/collections/MutableCollection<out ft<E & Any, E?>>, kotlin/collections/Collection<out ft<E & Any, E?>>?>
annotationsList: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSdkModule "SDK jdk"
@@ -15,7 +15,15 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/enums/EnumEntries<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -38,7 +46,15 @@ KtKotlinPropertySymbol:
name: entries
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/enums/EnumEntries<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -15,7 +15,15 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/enums/EnumEntries<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -38,7 +46,15 @@ KtKotlinPropertySymbol:
name: entries
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/enums/EnumEntries<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -17,7 +17,10 @@ KtFunctionSymbol:
name: valueOf
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: MyKotlinEnum
returnType: KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -35,7 +38,10 @@ KtFunctionSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -17,7 +17,10 @@ KtFunctionSymbol:
name: valueOf
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: MyKotlinEnum
returnType: KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -35,7 +38,10 @@ KtFunctionSymbol:
name: value
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -17,7 +17,15 @@ KtFunctionSymbol:
name: values
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/Array<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/Array<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
@@ -17,7 +17,15 @@ KtFunctionSymbol:
name: values
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/Array<MyKotlinEnum>
returnType: KtUsualClassType:
type: kotlin/Array<MyKotlinEnum>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
]
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: it
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -23,13 +23,19 @@ KtFunctionSymbol:
]
origin: SOURCE
owningCallableSymbol: KtFunctionSymbol(/foo)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Int
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Int
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Unit
returnType: KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
symbolKind: TOP_LEVEL
typeParameters: []
valueParameters: []
@@ -5,7 +5,10 @@ KtReceiverParameterSymbol:
]
origin: SOURCE
owningCallableSymbol: KtFunctionSymbol(/foo)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Int
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Int
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
@@ -5,9 +5,12 @@ KtReceiverParameterSymbol:
]
origin: SOURCE
owningCallableSymbol: KtFunctionSymbol(/foo)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Int
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Int
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -17,11 +17,16 @@ KtFunctionSymbol:
name: withOuter
origin: SOURCE
receiverParameter: null
returnType: Outer?
returnType: KtTypeParameterType:
type: Outer?
annotationsList: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): test/Base<Outer>
getDispatchReceiver(): KtUsualClassType:
type: test/Base<Outer>
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -17,11 +17,23 @@ KtFunctionSymbol:
name: withOuter
origin: SOURCE
receiverParameter: null
returnType: Outer?
returnType: KtTypeParameterType:
type: Outer?
annotationsList: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): test/TopLevel<Outer>.test/TopLevel.Base<T>
getDispatchReceiver(): KtUsualClassType:
type: test/TopLevel<Outer>.test/TopLevel.Base<T>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: T
annotationsList: []
KtTypeParameterType:
type: Outer
annotationsList: []
]
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -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
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: it
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -16,7 +16,10 @@ KtNamedClassOrObjectSymbol:
name: JavaClass
origin: JAVA
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []
@@ -16,7 +16,10 @@ KtNamedClassOrObjectSymbol:
name: JavaClass
origin: JAVA
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []
@@ -9,10 +9,16 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -9,10 +9,16 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -12,13 +12,18 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: [
Anno1()
psi: null
] @R|Anno1|() @R|Anno1|() kotlin/String!
returnType: KtFlexibleType:
type: @R|Anno1|() @R|Anno1|() kotlin/String!
annotationsList: [
Anno1()
psi: null
]
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -12,13 +12,18 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: [
Anno1()
psi: null
] @R|Anno1|() kotlin/String!
returnType: KtFlexibleType:
type: @R|Anno1|() kotlin/String!
annotationsList: [
Anno1()
psi: null
]
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -17,11 +17,17 @@ KtFunctionSymbol:
name: foo
origin: JAVA
receiverParameter: null
returnType: kotlin/Unit
returnType: KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -9,7 +9,10 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
@@ -9,7 +9,10 @@ KtJavaFieldSymbol:
name: field
origin: JAVA
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
@@ -17,7 +17,10 @@ KtFunctionSymbol:
name: foo
origin: JAVA
receiverParameter: null
returnType: kotlin/Unit
returnType: KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
@@ -18,11 +18,17 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtSyntheticJavaPropertySymbol(/JavaClass.foo)
type: JavaClass
type: KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -49,11 +55,17 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtSyntheticJavaPropertySymbol(/JavaClass.foo)
type: JavaClass
type: KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -15,12 +15,18 @@ KtSyntheticJavaPropertySymbol:
modality: OPEN
origin: JAVA_SYNTHETIC_PROPERTY
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -39,12 +45,18 @@ KtSyntheticJavaPropertySymbol:
name: foo
origin: JAVA_SYNTHETIC_PROPERTY
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): JavaClass
getDispatchReceiver(): KtUsualClassType:
type: JavaClass
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: abc
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -15,12 +15,18 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): A
getDispatchReceiver(): KtUsualClassType:
type: A
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -39,12 +45,18 @@ KtKotlinPropertySymbol:
name: abc
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): A
getDispatchReceiver(): KtUsualClassType:
type: A
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -15,12 +15,18 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): A
getDispatchReceiver(): KtUsualClassType:
type: A
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -39,12 +45,18 @@ KtKotlinPropertySymbol:
name: abc
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): A
getDispatchReceiver(): KtUsualClassType:
type: A
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -21,13 +21,19 @@ KtKotlinPropertySymbol:
]
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(/prop)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Long
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Boolean
returnType: KtUsualClassType:
type: kotlin/Boolean
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -56,13 +62,19 @@ KtKotlinPropertySymbol:
]
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(/prop)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Long
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Boolean
returnType: KtUsualClassType:
type: kotlin/Boolean
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: TOP_LEVEL
typeParameters: []
@@ -5,7 +5,10 @@ KtReceiverParameterSymbol:
]
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(/prop)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Long
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
@@ -5,9 +5,12 @@ KtReceiverParameterSymbol:
]
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(/prop)
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
type: KtUsualClassType:
type: @R|ReceiverTypeAnnotation|() kotlin/Long
annotationsList: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
]
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -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: SOURCE
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: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
@@ -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"
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -7,15 +7,18 @@ KtBackingFieldSymbol:
origin: PROPERTY_BACKING_FIELD
owningProperty: KtKotlinPropertySymbol(/foo)
receiverParameter: null
returnType: [
Anno3()
psi: KtAnnotationEntry
Anno2()
psi: KtAnnotationEntry
Anno1()
psi: KtAnnotationEntry
] @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias
returnType: KtUsualClassType:
type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias
annotationsList: [
Anno3()
psi: KtAnnotationEntry
Anno2()
psi: KtAnnotationEntry
Anno1()
psi: KtAnnotationEntry
]
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -7,14 +7,17 @@ KtBackingFieldSymbol:
origin: PROPERTY_BACKING_FIELD
owningProperty: KtKotlinPropertySymbol(/foo)
receiverParameter: null
returnType: [
Anno1()
psi: KtAnnotationEntry
Anno2()
psi: KtAnnotationEntry
Anno3()
psi: KtAnnotationEntry
] @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface
returnType: KtUsualClassType:
type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface
annotationsList: [
Anno1()
psi: KtAnnotationEntry
Anno2()
psi: KtAnnotationEntry
Anno3()
psi: KtAnnotationEntry
]
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -12,7 +12,10 @@ KtValueParameterSymbol:
name: abc
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -16,7 +16,10 @@ KtNamedClassOrObjectSymbol:
name: WithGeneratedCompanion
origin: SOURCE
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []
@@ -13,7 +13,10 @@ KtNamedClassOrObjectSymbol:
name: Companion
origin: PLUGIN
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: CLASS_MEMBER
typeParameters: []