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
20 lines
458 B
Plaintext
Vendored
20 lines
458 B
Plaintext
Vendored
KtJavaFieldSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /SuperClass.count
|
|
contextReceivers: []
|
|
isExtension: false
|
|
isStatic: true
|
|
isVal: false
|
|
modality: OPEN
|
|
name: count
|
|
origin: JAVA
|
|
receiverParameter: null
|
|
returnType: KtFlexibleType:
|
|
annotationsList: []
|
|
type: kotlin/Int!
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|