[AA] KtCallableSymbol: rename receiver to receiverParameter
^KT-54417
This commit is contained in:
committed by
Space Team
parent
6b41d8c1e4
commit
1ebfbc0ee9
+1
-1
@@ -6,7 +6,7 @@ KtEnumEntrySymbol:
|
||||
isExtension: false
|
||||
name: SYNCHRONIZED
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/LazyThreadSafetyMode
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
|
||||
@@ -6,7 +6,7 @@ KtEnumEntrySymbol:
|
||||
isExtension: false
|
||||
name: SYNCHRONIZED
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/LazyThreadSafetyMode
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
|
||||
Vendored
+5
-5
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -35,7 +35,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: element
|
||||
origin: SOURCE
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
@@ -67,7 +67,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -95,7 +95,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -115,7 +115,7 @@ KtFunctionSymbol:
|
||||
isVararg: true
|
||||
name: elements
|
||||
origin: SOURCE
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
+5
-5
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -35,7 +35,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: element
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
@@ -66,7 +66,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -94,7 +94,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: listOf
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/List<T>
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
@@ -114,7 +114,7 @@ KtFunctionSymbol:
|
||||
isVararg: true
|
||||
name: elements
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: T
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
+2
-2
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: ABSTRACT
|
||||
name: get
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: E
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -33,7 +33,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: index
|
||||
origin: SOURCE
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: ABSTRACT
|
||||
name: get
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: E
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -33,7 +33,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: index
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
Vendored
+3
-3
@@ -15,7 +15,7 @@ KtFunctionSymbol:
|
||||
modality: ABSTRACT
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/ListIterator<E>
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -43,7 +43,7 @@ KtFunctionSymbol:
|
||||
modality: ABSTRACT
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/collections/ListIterator<E>
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -61,7 +61,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: index
|
||||
origin: SOURCE
|
||||
receiver: null
|
||||
receiverParameter: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
+3
-3
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user