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
@@ -18,9 +18,9 @@ KtKotlinPropertySymbol:
name: x
origin: SOURCE
receiverType: null
returnType: kotlin/Int
setter: null
symbolKind: TOP_LEVEL
type: kotlin/Int
typeParameters: []
visibility: Public
deprecationStatus: null
@@ -41,8 +41,8 @@ KtPropertyGetterSymbol:
modality: FINAL
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: ACCESSOR
type: kotlin/Int
valueParameters: []
visibility: Public
deprecationStatus: null
@@ -67,13 +67,13 @@ KtKotlinPropertySymbol:
name: y
origin: SOURCE
receiverType: kotlin/Int
returnType: kotlin/Int
setter: null
symbolKind: TOP_LEVEL
type: kotlin/Int
typeParameters: []
visibility: Public
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getY
javaSetterName: null
setterDeprecationStatus: null
setterDeprecationStatus: null