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
@@ -7,8 +7,8 @@ KtValueParameterSymbol:
name: x
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
type: kotlin/Int
deprecationStatus: null
KtFunctionSymbol:
@@ -27,11 +27,11 @@ KtFunctionSymbol:
name: foo
origin: SOURCE
receiverType: null
returnType: kotlin/Unit
symbolKind: TOP_LEVEL
type: kotlin/Unit
typeParameters: []
valueParameters: [
KtValueParameterSymbol(x)
]
visibility: Public
deprecationStatus: null
deprecationStatus: null