[AA] Add member scope tests for inner classes

^KT-61900
This commit is contained in:
Marco Pennekamp
2023-09-20 14:05:50 +02:00
committed by Space Team
parent 9fa0dfe4bc
commit 3d1262140d
25 changed files with 678 additions and 0 deletions
@@ -0,0 +1,51 @@
KtNamedClassOrObjectSymbol:
annotationsList: []
classIdIfNonLocal: test/B.InnerClassInB
classKind: CLASS
companionObject: null
contextReceivers: []
isActual: false
isData: false
isExpect: false
isExternal: false
isFun: false
isInline: false
isInner: true
modality: FINAL
name: InnerClassInB
origin: SOURCE
superTypes: [
KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
]
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
KtConstructorSymbol:
annotationsList: []
callableIdIfNonLocal: null
containingClassIdIfNonLocal: test/B
contextReceivers: []
hasStableParameterNames: true
isActual: false
isExpect: false
isExtension: false
isPrimary: true
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: test/B
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null