[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
@@ -14,7 +14,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: OPEN
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Int
symbolKind: ACCESSOR
typeParameters: []
@@ -38,7 +38,7 @@ KtKotlinPropertySymbol:
modality: OPEN
name: foo
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Int
setter: null
symbolKind: CLASS_MEMBER
@@ -18,7 +18,7 @@ KtKotlinPropertySymbol:
modality: OPEN
name: foo
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Int
setter: null
symbolKind: CLASS_MEMBER
@@ -18,7 +18,10 @@ KtKotlinPropertySymbol:
modality: OPEN
name: zoo
origin: DELEGATED
receiverType: kotlin/Int
receiver: KtReceiverParameterSymbol:
annotationsList: []
origin: DELEGATED
type: kotlin/Int
returnType: kotlin/Unit
setter: null
symbolKind: CLASS_MEMBER
@@ -49,7 +52,7 @@ KtFunctionSymbol:
modality: OPEN
name: foo
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -79,7 +82,7 @@ KtKotlinPropertySymbol:
modality: OPEN
name: foo
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Int
setter: null
symbolKind: CLASS_MEMBER
@@ -110,7 +113,10 @@ KtFunctionSymbol:
modality: OPEN
name: smth
origin: DELEGATED
receiverType: kotlin/Int
receiver: KtReceiverParameterSymbol:
annotationsList: []
origin: DELEGATED
type: kotlin/Int
returnType: kotlin/Short
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -140,7 +146,7 @@ KtKotlinPropertySymbol:
modality: OPEN
name: bar
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Long
setter: null
symbolKind: CLASS_MEMBER
@@ -174,7 +180,10 @@ KtKotlinPropertySymbol:
modality: OPEN
name: doo
origin: DELEGATED
receiverType: kotlin/Int
receiver: KtReceiverParameterSymbol:
annotationsList: []
origin: DELEGATED
type: kotlin/Int
returnType: kotlin/String
setter: null
symbolKind: CLASS_MEMBER
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: OPEN
name: bar
origin: DELEGATED
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: CLASS_MEMBER
typeParameters: []