Analysis API: rename KtCallableSymbol.type -> returnType
This commit is contained in:
+3
-3
@@ -14,8 +14,8 @@ KtFunctionSymbol:
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
returnType: kotlin/collections/ListIterator<E>
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: kotlin/collections/ListIterator<E>
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
@@ -38,12 +38,12 @@ KtFunctionSymbol:
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
returnType: kotlin/collections/ListIterator<E>
|
||||
symbolKind: CLASS_MEMBER
|
||||
type: kotlin/collections/ListIterator<E>
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol(index)
|
||||
]
|
||||
visibility: Public
|
||||
getDispatchReceiver(): kotlin/collections/List<E>
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user