9db9f58fba
- Now that combined declared member scopes for Java classes contain static callables, we don't need to search symbols in the static member scope. (Note that the static member scope is too broad for this use case, as it contains symbols from superclasses, but we only need to look at declared members because the correct `containingClass` is already chosen.) ^KT-61901 ^KTIJ-25126
24 lines
570 B
Plaintext
Vendored
24 lines
570 B
Plaintext
Vendored
KtJavaFieldSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /JavaClass.count
|
|
contextReceivers: []
|
|
isExtension: false
|
|
isStatic: false
|
|
isVal: false
|
|
modality: OPEN
|
|
name: count
|
|
origin: JAVA
|
|
receiverParameter: null
|
|
returnType: KtFlexibleType:
|
|
annotationsList: []
|
|
type: kotlin/Int!
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): KtUsualClassType:
|
|
annotationsList: []
|
|
ownTypeArguments: []
|
|
type: JavaClass
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|