[AA] integrate KtReceiverParameterSymbol to KtCallableSymbol

^KT-54417
This commit is contained in:
Dmitrii Gridin
2022-10-18 11:08:23 +02:00
committed by Space Team
parent b333a214ca
commit 2741052db3
125 changed files with 1169 additions and 1091 deletions
@@ -6,7 +6,7 @@ KtBackingFieldSymbol:
name: field
origin: PROPERTY_BACKING_FIELD
owningProperty: KtKotlinPropertySymbol(/x)
receiverType: null
receiver: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -7,7 +7,7 @@ KtConstructorSymbol:
isExtension: false
isPrimary: false
origin: JAVA
receiverType: null
receiver: null
returnType: java/util/ArrayList<E>
symbolKind: CLASS_MEMBER
typeParameters: [
@@ -27,7 +27,7 @@ KtConstructorSymbol:
isVararg: false
name: c
origin: JAVA
receiverType: null
receiver: null
returnType: (kotlin/collections/MutableCollection<out E!>..kotlin/collections/Collection<E!>?)
symbolKind: LOCAL
typeParameters: []
@@ -7,7 +7,7 @@ KtConstructorSymbol:
isExtension: false
isPrimary: false
origin: JAVA
receiverType: null
receiver: null
returnType: java/util/ArrayList<E>
symbolKind: CLASS_MEMBER
typeParameters: [
@@ -27,7 +27,7 @@ KtConstructorSymbol:
isVararg: false
name: c
origin: JAVA
receiverType: null
receiver: null
returnType: ft<kotlin/collections/MutableCollection<out ft<E & Any, E?>>, kotlin/collections/Collection<out ft<E & Any, E?>>?>
symbolKind: LOCAL
typeParameters: []
@@ -11,7 +11,7 @@ KtValueParameterSymbol:
isVararg: false
name: it
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -15,10 +15,16 @@ KtFunctionSymbol:
modality: FINAL
name: foo
origin: SOURCE
receiverType: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Int
receiver: KtReceiverParameterSymbol:
annotationsList: [
ReceiverAnnotation()
psi: KtAnnotationEntry
]
origin: SOURCE
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Int
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
typeParameters: []
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: FINAL
name: withOuter
origin: SOURCE
receiverType: null
receiver: null
returnType: Outer?
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: FINAL
name: withOuter
origin: SOURCE
receiverType: null
receiver: null
returnType: Outer?
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: FINAL
name: withOuter
origin: SOURCE
receiverType: null
receiver: null
returnType: Outer?
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -11,7 +11,7 @@ KtValueParameterSymbol:
isVararg: false
name: it
origin: SOURCE_MEMBER_GENERATED
receiverType: null
receiver: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -14,10 +14,16 @@ KtKotlinPropertySymbol:
isOverride: false
modality: FINAL
origin: SOURCE
receiverType: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
receiver: KtReceiverParameterSymbol:
annotationsList: [
ReceiverAnnotation()
psi: KtAnnotationEntry
]
origin: SOURCE
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
returnType: kotlin/Boolean
symbolKind: ACCESSOR
typeParameters: []
@@ -40,10 +46,16 @@ KtKotlinPropertySymbol:
modality: FINAL
name: prop
origin: SOURCE
receiverType: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
receiver: KtReceiverParameterSymbol:
annotationsList: [
ReceiverAnnotation()
psi: KtAnnotationEntry
]
origin: SOURCE
type: [
ReceiverTypeAnnotation()
psi: KtAnnotationEntry
] @R|ReceiverTypeAnnotation|() kotlin/Long
returnType: kotlin/Boolean
setter: null
symbolKind: TOP_LEVEL
@@ -6,7 +6,7 @@ KtSamConstructorSymbol:
isExtension: false
name: Runnable
origin: SAM_CONSTRUCTOR
receiverType: null
receiver: null
returnType: java/lang/Runnable
symbolKind: SAM_CONSTRUCTOR
typeParameters: []
@@ -24,7 +24,7 @@ KtSamConstructorSymbol:
isVararg: false
name: function
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Function0<kotlin/Unit>
symbolKind: LOCAL
typeParameters: []
@@ -6,7 +6,7 @@ KtSamConstructorSymbol:
isExtension: false
name: Runnable
origin: SAM_CONSTRUCTOR
receiverType: null
receiver: null
returnType: java/lang/Runnable
symbolKind: SAM_CONSTRUCTOR
typeParameters: []
@@ -24,7 +24,7 @@ KtSamConstructorSymbol:
isVararg: false
name: function
origin: SAM_CONSTRUCTOR
receiverType: null
receiver: null
returnType: kotlin/Function0<kotlin/Unit>
symbolKind: LOCAL
typeParameters: []