[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
@@ -78,7 +78,7 @@ KtFunctionSymbol:
modality: FINAL
name: foo
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, kotlin/collections/Map<Y, O>>
symbolKind: CLASS_MEMBER
typeParameters: [
@@ -98,7 +98,7 @@ KtFunctionSymbol:
isVararg: false
name: x
origin: SOURCE
receiver: null
receiverParameter: null
returnType: X
symbolKind: LOCAL
typeParameters: []
@@ -115,7 +115,7 @@ KtFunctionSymbol:
isVararg: false
name: y
origin: SOURCE
receiver: null
receiverParameter: null
returnType: Y
symbolKind: LOCAL
typeParameters: []
@@ -137,7 +137,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: FINAL
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, O>
symbolKind: ACCESSOR
typeParameters: []
@@ -158,7 +158,7 @@ KtKotlinPropertySymbol:
modality: FINAL
name: map
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, O>
setter: null
symbolKind: CLASS_MEMBER
@@ -181,7 +181,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: fromSuper
origin: SUBSTITUTION_OVERRIDE
receiver: null
receiverParameter: null
returnType: O
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -204,7 +204,7 @@ KtFunctionSymbol:
modality: OPEN
name: equals
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -222,7 +222,7 @@ KtFunctionSymbol:
isVararg: false
name: other
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
@@ -245,7 +245,7 @@ KtFunctionSymbol:
modality: OPEN
name: hashCode
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -268,7 +268,7 @@ KtFunctionSymbol:
modality: OPEN
name: toString
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -168,7 +168,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: contains
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -186,7 +186,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -209,7 +209,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: containsAll
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -227,7 +227,7 @@ KtFunctionSymbol:
isVararg: false
name: elements
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/Collection<E>
symbolKind: LOCAL
typeParameters: []
@@ -250,7 +250,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: get
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -268,7 +268,7 @@ KtFunctionSymbol:
isVararg: false
name: index
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -291,7 +291,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: indexOf
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -309,7 +309,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -332,7 +332,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: isEmpty
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -355,7 +355,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: iterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/Iterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -378,7 +378,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: lastIndexOf
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -396,7 +396,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -419,7 +419,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -442,7 +442,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -460,7 +460,7 @@ KtFunctionSymbol:
isVararg: false
name: index
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -483,7 +483,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: subList
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/List<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -501,7 +501,7 @@ KtFunctionSymbol:
isVararg: false
name: fromIndex
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -518,7 +518,7 @@ KtFunctionSymbol:
isVararg: false
name: toIndex
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -540,7 +540,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: ABSTRACT
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: ACCESSOR
typeParameters: []
@@ -561,7 +561,7 @@ KtKotlinPropertySymbol:
modality: ABSTRACT
name: size
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
setter: null
symbolKind: CLASS_MEMBER
@@ -584,7 +584,7 @@ KtFunctionSymbol:
modality: OPEN
name: equals
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -602,7 +602,7 @@ KtFunctionSymbol:
isVararg: false
name: other
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
@@ -625,7 +625,7 @@ KtFunctionSymbol:
modality: OPEN
name: hashCode
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -648,7 +648,7 @@ KtFunctionSymbol:
modality: OPEN
name: toString
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -72,7 +72,7 @@ KtFunctionSymbol:
modality: FINAL
name: foo
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, kotlin/collections/Map<Y, O>>
symbolKind: CLASS_MEMBER
typeParameters: [
@@ -92,7 +92,7 @@ KtFunctionSymbol:
isVararg: false
name: x
origin: SOURCE
receiver: null
receiverParameter: null
returnType: X
symbolKind: LOCAL
typeParameters: []
@@ -109,7 +109,7 @@ KtFunctionSymbol:
isVararg: false
name: y
origin: SOURCE
receiver: null
receiverParameter: null
returnType: Y
symbolKind: LOCAL
typeParameters: []
@@ -131,7 +131,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: FINAL
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, O>
symbolKind: ACCESSOR
typeParameters: []
@@ -152,7 +152,7 @@ KtKotlinPropertySymbol:
modality: FINAL
name: map
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, O>
setter: null
symbolKind: CLASS_MEMBER
@@ -175,7 +175,7 @@ KtFunctionSymbol:
modality: OPEN
name: equals
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -193,7 +193,7 @@ KtFunctionSymbol:
isVararg: false
name: other
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
@@ -216,7 +216,7 @@ KtFunctionSymbol:
modality: OPEN
name: hashCode
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -239,7 +239,7 @@ KtFunctionSymbol:
modality: OPEN
name: toString
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -72,7 +72,7 @@ KtFunctionSymbol:
modality: FINAL
name: foo
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, Y>
symbolKind: CLASS_MEMBER
typeParameters: [
@@ -92,7 +92,7 @@ KtFunctionSymbol:
isVararg: false
name: x
origin: SOURCE
receiver: null
receiverParameter: null
returnType: X
symbolKind: LOCAL
typeParameters: []
@@ -109,7 +109,7 @@ KtFunctionSymbol:
isVararg: false
name: y
origin: SOURCE
receiver: null
receiverParameter: null
returnType: Y
symbolKind: LOCAL
typeParameters: []
@@ -131,7 +131,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: FINAL
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, kotlin/String>
symbolKind: ACCESSOR
typeParameters: []
@@ -152,7 +152,7 @@ KtKotlinPropertySymbol:
modality: FINAL
name: map
origin: SOURCE
receiver: null
receiverParameter: null
returnType: kotlin/collections/Map<X, kotlin/String>
setter: null
symbolKind: CLASS_MEMBER
@@ -175,7 +175,7 @@ KtFunctionSymbol:
modality: OPEN
name: equals
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -193,7 +193,7 @@ KtFunctionSymbol:
isVararg: false
name: other
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
@@ -216,7 +216,7 @@ KtFunctionSymbol:
modality: OPEN
name: hashCode
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -239,7 +239,7 @@ KtFunctionSymbol:
modality: OPEN
name: toString
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -168,7 +168,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: contains
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -186,7 +186,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -209,7 +209,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: containsAll
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -227,7 +227,7 @@ KtFunctionSymbol:
isVararg: false
name: elements
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/Collection<E>
symbolKind: LOCAL
typeParameters: []
@@ -250,7 +250,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: get
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -268,7 +268,7 @@ KtFunctionSymbol:
isVararg: false
name: index
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -291,7 +291,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: indexOf
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -309,7 +309,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -332,7 +332,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: isEmpty
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -355,7 +355,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: iterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/Iterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -378,7 +378,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: lastIndexOf
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -396,7 +396,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: E
symbolKind: LOCAL
typeParameters: []
@@ -419,7 +419,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -442,7 +442,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: listIterator
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -460,7 +460,7 @@ KtFunctionSymbol:
isVararg: false
name: index
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -483,7 +483,7 @@ KtFunctionSymbol:
modality: ABSTRACT
name: subList
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/collections/List<E>
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -501,7 +501,7 @@ KtFunctionSymbol:
isVararg: false
name: fromIndex
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -518,7 +518,7 @@ KtFunctionSymbol:
isVararg: false
name: toIndex
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -540,7 +540,7 @@ KtKotlinPropertySymbol:
isOverride: false
modality: ABSTRACT
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: ACCESSOR
typeParameters: []
@@ -561,7 +561,7 @@ KtKotlinPropertySymbol:
modality: ABSTRACT
name: size
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
setter: null
symbolKind: CLASS_MEMBER
@@ -584,7 +584,7 @@ KtFunctionSymbol:
modality: OPEN
name: equals
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Boolean
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -602,7 +602,7 @@ KtFunctionSymbol:
isVararg: false
name: other
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Any?
symbolKind: LOCAL
typeParameters: []
@@ -625,7 +625,7 @@ KtFunctionSymbol:
modality: OPEN
name: hashCode
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
@@ -648,7 +648,7 @@ KtFunctionSymbol:
modality: OPEN
name: toString
origin: LIBRARY
receiver: null
receiverParameter: null
returnType: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []