[AA] integrate KtReceiverParameterSymbol to KtCallableSymbol

^KT-54417
This commit is contained in:
Dmitrii Gridin
2022-10-18 11:08:23 +02:00
committed by Space Team
parent b333a214ca
commit 2741052db3
125 changed files with 1169 additions and 1091 deletions
@@ -15,7 +15,7 @@ KtFunctionSymbol:
modality: FINAL
name: listOf
origin: LIBRARY
receiverType: null
receiver: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
typeParameters: [
@@ -35,7 +35,7 @@ KtFunctionSymbol:
isVararg: false
name: element
origin: LIBRARY
receiverType: null
receiver: null
returnType: T
symbolKind: LOCAL
typeParameters: []
@@ -66,7 +66,7 @@ KtFunctionSymbol:
modality: FINAL
name: listOf
origin: LIBRARY
receiverType: null
receiver: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
typeParameters: [
@@ -94,7 +94,7 @@ KtFunctionSymbol:
modality: FINAL
name: listOf
origin: LIBRARY
receiverType: null
receiver: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
typeParameters: [
@@ -114,7 +114,7 @@ KtFunctionSymbol:
isVararg: true
name: elements
origin: LIBRARY
receiverType: null
receiver: null
returnType: T
symbolKind: LOCAL
typeParameters: []