[AA] Cover both static and inner classes in Java member scope tests

^KT-61900
This commit is contained in:
Marco Pennekamp
2023-09-22 16:50:58 +02:00
committed by Space Team
parent ab717c25d7
commit dab06c0942
15 changed files with 211 additions and 7 deletions
@@ -50,6 +50,35 @@ KtJavaFieldSymbol:
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
KtNamedClassOrObjectSymbol:
annotationsList: []
classIdIfNonLocal: JavaClass.InnerClass
classKind: CLASS
companionObject: null
contextReceivers: []
isActual: false
isData: false
isExpect: false
isExternal: false
isFun: false
isInline: false
isInner: true
modality: OPEN
name: InnerClass
origin: JAVA
superTypes: [
KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
]
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
KtNamedClassOrObjectSymbol:
annotationsList: []
classIdIfNonLocal: JavaClass.NestedClass