[AA] KtCallableSymbol: rename receiver to receiverParameter
^KT-54417
This commit is contained in:
committed by
Space Team
parent
6b41d8c1e4
commit
1ebfbc0ee9
Vendored
+2
-2
@@ -14,7 +14,7 @@ KtKotlinPropertySymbol:
|
||||
isOverride: false
|
||||
modality: OPEN
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
@@ -38,7 +38,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: foo
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: foo
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
|
||||
@@ -18,7 +18,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: zoo
|
||||
origin: DELEGATED
|
||||
receiver: KtReceiverParameterSymbol:
|
||||
receiverParameter: KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: DELEGATED
|
||||
type: kotlin/Int
|
||||
@@ -52,7 +52,7 @@ KtFunctionSymbol:
|
||||
modality: OPEN
|
||||
name: foo
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Unit
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -82,7 +82,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: foo
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -113,7 +113,7 @@ KtFunctionSymbol:
|
||||
modality: OPEN
|
||||
name: smth
|
||||
origin: DELEGATED
|
||||
receiver: KtReceiverParameterSymbol:
|
||||
receiverParameter: KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: DELEGATED
|
||||
type: kotlin/Int
|
||||
@@ -146,7 +146,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: bar
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Long
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -180,7 +180,7 @@ KtKotlinPropertySymbol:
|
||||
modality: OPEN
|
||||
name: doo
|
||||
origin: DELEGATED
|
||||
receiver: KtReceiverParameterSymbol:
|
||||
receiverParameter: KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: DELEGATED
|
||||
type: kotlin/Int
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: OPEN
|
||||
name: bar
|
||||
origin: DELEGATED
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Unit
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user