Analysis API: rename KtCallableSymbol.type -> returnType

This commit is contained in:
Ilya Kirillov
2021-11-19 18:56:03 +01:00
parent 9d6da14847
commit 1d1f5ace8f
112 changed files with 436 additions and 436 deletions
@@ -14,8 +14,8 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverType: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
type: kotlin/collections/List<T>
typeParameters: [
KtTypeParameterSymbol(T)
]
@@ -44,8 +44,8 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverType: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
type: kotlin/collections/List<T>
typeParameters: [
KtTypeParameterSymbol(T)
]
@@ -69,8 +69,8 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverType: null
returnType: kotlin/collections/List<T>
symbolKind: TOP_LEVEL
type: kotlin/collections/List<T>
typeParameters: [
KtTypeParameterSymbol(T)
]
@@ -78,4 +78,4 @@ KtFunctionSymbol:
KtValueParameterSymbol(elements)
]
visibility: Public
deprecationStatus: null
deprecationStatus: null