[AA] KtCallableSymbol: rename receiver to receiverParameter
^KT-54417
This commit is contained in:
committed by
Space Team
parent
6b41d8c1e4
commit
1ebfbc0ee9
+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: []
|
||||
|
||||
Reference in New Issue
Block a user