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
@@ -10,8 +10,8 @@ KtPropertyGetterSymbol:
modality: FINAL
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: ACCESSOR
type: kotlin/Int
valueParameters: []
visibility: Public
deprecationStatus: null
@@ -25,8 +25,8 @@ KtValueParameterSymbol:
name: value
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
type: kotlin/Int
deprecationStatus: null
KtPropertySetterSymbol:
@@ -42,8 +42,8 @@ KtPropertySetterSymbol:
origin: SOURCE
parameter: KtValueParameterSymbol(value)
receiverType: null
returnType: kotlin/Unit
symbolKind: ACCESSOR
type: kotlin/Unit
valueParameters: [
KtValueParameterSymbol(value)
]
@@ -70,13 +70,13 @@ KtKotlinPropertySymbol:
name: p
origin: SOURCE
receiverType: null
returnType: kotlin/Int
setter: KtPropertySetterSymbol(<setter>)
symbolKind: TOP_LEVEL
type: kotlin/Int
typeParameters: []
visibility: Public
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getP
javaSetterName: setP
setterDeprecationStatus: null
setterDeprecationStatus: null