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 @@ KtConstructorSymbol:
isPrimary: true
origin: SOURCE
receiverType: null
returnType: A
symbolKind: CLASS_MEMBER
type: A
typeParameters: []
valueParameters: []
visibility: Public
@@ -23,8 +23,8 @@ KtValueParameterSymbol:
name: x
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
type: kotlin/Int
deprecationStatus: null
KtConstructorSymbol:
@@ -36,8 +36,8 @@ KtConstructorSymbol:
isPrimary: false
origin: SOURCE
receiverType: null
returnType: A
symbolKind: CLASS_MEMBER
type: A
typeParameters: []
valueParameters: [
KtValueParameterSymbol(x)
@@ -54,8 +54,8 @@ KtValueParameterSymbol:
name: y
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
type: kotlin/Int
deprecationStatus: null
KtValueParameterSymbol:
@@ -67,8 +67,8 @@ KtValueParameterSymbol:
name: z
origin: SOURCE
receiverType: null
returnType: kotlin/String
symbolKind: LOCAL
type: kotlin/String
deprecationStatus: null
KtConstructorSymbol:
@@ -80,8 +80,8 @@ KtConstructorSymbol:
isPrimary: false
origin: SOURCE
receiverType: null
returnType: A
symbolKind: CLASS_MEMBER
type: A
typeParameters: []
valueParameters: [
KtValueParameterSymbol(y)
@@ -109,4 +109,4 @@ KtNamedClassOrObjectSymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
deprecationStatus: null
deprecationStatus: null