7056ad5325
Even though SO may not be correct overrides sometimes, it feels more natural to treat fake overrides as... well, "overrides". And without it we'd need to make the code in `FirOverrideChecker` less intuitive.
45 lines
1.1 KiB
Plaintext
Vendored
45 lines
1.1 KiB
Plaintext
Vendored
KtKotlinPropertySymbol:
|
|
annotationsList: []
|
|
backingFieldSymbol: null
|
|
callableIdIfNonLocal: /A.foo
|
|
contextReceivers: []
|
|
getter: null
|
|
hasBackingField: false
|
|
hasGetter: false
|
|
hasSetter: false
|
|
initializer: null
|
|
isActual: false
|
|
isConst: false
|
|
isDelegatedProperty: false
|
|
isExpect: false
|
|
isExtension: false
|
|
isFromPrimaryConstructor: false
|
|
isLateInit: false
|
|
isOverride: true
|
|
isStatic: false
|
|
isVal: true
|
|
modality: OPEN
|
|
name: foo
|
|
origin: DELEGATED
|
|
receiverParameter: null
|
|
returnType: KtUsualClassType:
|
|
annotationsList: []
|
|
ownTypeArguments: []
|
|
type: kotlin/Int
|
|
setter: null
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): KtUsualClassType:
|
|
annotationsList: []
|
|
ownTypeArguments: []
|
|
type: A
|
|
getContainingFileSymbol: KtFileSymbol(propertyWithGetter.kt)
|
|
getContainingJvmClassName: A
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
getterDeprecationStatus: null
|
|
javaGetterName: getFoo
|
|
javaSetterName: null
|
|
setterDeprecationStatus: null
|