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
92 lines
1.7 KiB
Plaintext
Vendored
92 lines
1.7 KiB
Plaintext
Vendored
FILE SYMBOL:
|
|
KtFirFileSymbol:
|
|
annotations: []
|
|
origin: SOURCE
|
|
|
|
CALLABLE NAMES:
|
|
[test, testVal]
|
|
|
|
CALLABLE SYMBOLS:
|
|
KtFirFunctionSymbol:
|
|
annotatedType: [] kotlin/Int
|
|
annotations: []
|
|
callableIdIfNonLocal: test
|
|
dispatchType: null
|
|
isExtension: false
|
|
isExternal: false
|
|
isInline: false
|
|
isOperator: false
|
|
isOverride: false
|
|
isSuspend: false
|
|
modality: FINAL
|
|
name: test
|
|
origin: SOURCE
|
|
receiverType: null
|
|
symbolKind: TOP_LEVEL
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: PUBLIC
|
|
|
|
KtFirKotlinPropertySymbol:
|
|
annotatedType: [] kotlin/Int
|
|
annotations: []
|
|
callableIdIfNonLocal: testVal
|
|
dispatchType: null
|
|
getter: KtFirPropertyGetterSymbol(<getter>)
|
|
hasBackingField: true
|
|
hasGetter: true
|
|
hasSetter: false
|
|
initializer: 2
|
|
isConst: false
|
|
isExtension: false
|
|
isLateInit: false
|
|
isOverride: false
|
|
isVal: true
|
|
modality: FINAL
|
|
name: testVal
|
|
origin: SOURCE
|
|
receiverType: null
|
|
setter: null
|
|
symbolKind: TOP_LEVEL
|
|
visibility: PUBLIC
|
|
|
|
CLASSIFIER NAMES:
|
|
[C, I]
|
|
|
|
CLASSIFIER SYMBOLS:
|
|
KtFirClassOrObjectSymbol:
|
|
annotations: []
|
|
classIdIfNonLocal: C
|
|
classKind: CLASS
|
|
companionObject: null
|
|
isData: false
|
|
isExternal: false
|
|
isFun: false
|
|
isInline: false
|
|
isInner: false
|
|
modality: FINAL
|
|
name: C
|
|
origin: SOURCE
|
|
superTypes: [[] kotlin/Any]
|
|
symbolKind: TOP_LEVEL
|
|
typeParameters: []
|
|
visibility: PUBLIC
|
|
|
|
KtFirClassOrObjectSymbol:
|
|
annotations: []
|
|
classIdIfNonLocal: I
|
|
classKind: INTERFACE
|
|
companionObject: null
|
|
isData: false
|
|
isExternal: false
|
|
isFun: false
|
|
isInline: false
|
|
isInner: false
|
|
modality: ABSTRACT
|
|
name: I
|
|
origin: SOURCE
|
|
superTypes: [[] kotlin/Any]
|
|
symbolKind: TOP_LEVEL
|
|
typeParameters: []
|
|
visibility: PUBLIC
|