[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: primitive
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
typeParameters: []
@@ -33,7 +33,7 @@ KtFunctionSymbol:
isVararg: true
name: a
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Int
symbolKind: LOCAL
typeParameters: []
@@ -61,7 +61,7 @@ KtFunctionSymbol:
modality: FINAL
name: nullablePrimitive
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
typeParameters: []
@@ -79,7 +79,7 @@ KtFunctionSymbol:
isVararg: true
name: b
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Float?
symbolKind: LOCAL
typeParameters: []
@@ -107,7 +107,7 @@ KtFunctionSymbol:
modality: FINAL
name: nonPrimitive
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
typeParameters: []
@@ -125,7 +125,7 @@ KtFunctionSymbol:
isVararg: true
name: c
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Any
symbolKind: LOCAL
typeParameters: []
@@ -153,7 +153,7 @@ KtFunctionSymbol:
modality: FINAL
name: error
origin: SOURCE
receiverType: null
receiver: null
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
typeParameters: []
@@ -171,7 +171,7 @@ KtFunctionSymbol:
isVararg: true
name: d
origin: SOURCE
receiverType: null
receiver: null
returnType: ERROR_TYPE
symbolKind: LOCAL
typeParameters: []