[AA] KtCallableSymbol: rename receiver to receiverParameter

^KT-54417
This commit is contained in:
Dmitrii Gridin
2022-10-20 15:21:17 +02:00
committed by Space Team
parent 6b41d8c1e4
commit 1ebfbc0ee9
115 changed files with 765 additions and 765 deletions
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -42,7 +42,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -60,7 +60,7 @@ KtFunctionSymbol:
isVararg: false
name: index
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []