[AA] integrate KtReceiverParameterSymbol to KtCallableSymbol
^KT-54417
This commit is contained in:
committed by
Space Team
parent
b333a214ca
commit
2741052db3
@@ -14,7 +14,7 @@ KtKotlinPropertySymbol:
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
receiver: null
|
||||
returnType: dynamic
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
@@ -38,7 +38,7 @@ KtKotlinPropertySymbol:
|
||||
modality: FINAL
|
||||
name: p
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
receiver: null
|
||||
returnType: dynamic
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -59,7 +59,7 @@ KtAnonymousFunctionSymbol:
|
||||
hasStableParameterNames: true
|
||||
isExtension: false
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
receiver: null
|
||||
returnType: dynamic
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
@@ -84,7 +84,7 @@ KtFunctionSymbol:
|
||||
modality: FINAL
|
||||
name: f
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
receiver: null
|
||||
returnType: dynamic
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -102,7 +102,7 @@ KtFunctionSymbol:
|
||||
isVararg: false
|
||||
name: p
|
||||
origin: SOURCE
|
||||
receiverType: null
|
||||
receiver: null
|
||||
returnType: dynamic
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user