c1722350b6
- KtClassLikeSymbol.primaryConstructor was removed - Constructors were removed from getCallableMembers because constructors has no name (or special name `<init>`) and previous implementation was incorrect - KtScope.getAllSymbols returns constructors as before. Before it was like this because of the incorrect implementation of getCallableMembers - getConstructors has sence only for class scope, for the rest cases it is empty
21 lines
537 B
Plaintext
Vendored
21 lines
537 B
Plaintext
Vendored
class: kotlin/collections/MutableMap.MutableEntry
|
|
|
|
// SYMBOLS:
|
|
KtFirClassOrObjectSymbol:
|
|
annotations: []
|
|
classIdIfNonLocal: kotlin/collections/MutableMap.MutableEntry
|
|
classKind: INTERFACE
|
|
companionObject: null
|
|
isData: false
|
|
isExternal: false
|
|
isFun: false
|
|
isInline: false
|
|
isInner: false
|
|
modality: ABSTRACT
|
|
name: MutableEntry
|
|
origin: LIBRARY
|
|
superTypes: [[] kotlin/collections/Map.Entry<K, V>]
|
|
symbolKind: MEMBER
|
|
typeParameters: [KtFirTypeParameterSymbol(K), KtFirTypeParameterSymbol(V)]
|
|
visibility: PUBLIC
|