Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/delegatedMemberScope/withOverridden.txt
T
Nikolay Lunyak 7056ad5325 [FIR] Set status.isOverride for fake overrides
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.
2024-02-15 16:10:13 +00:00

38 lines
914 B
Plaintext
Vendored

KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: /B.bar
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
isActual: false
isBuiltinFunctionInvoke: false
isExpect: false
isExtension: false
isExternal: false
isInfix: false
isInline: false
isOperator: false
isOverride: true
isStatic: false
isSuspend: false
modality: OPEN
name: bar
origin: DELEGATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Unit
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: B
getContainingFileSymbol: KtFileSymbol(withOverridden.kt)
getContainingJvmClassName: B
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null