[AA] integrate KtReceiverParameterSymbol to KtCallableSymbol
^KT-54417
This commit is contained in:
committed by
Space Team
parent
b333a214ca
commit
2741052db3
Vendored
+10
-4
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user