[FIR] Extend callableNames known for JvmMappedScope
This commit is contained in:
committed by
TeamCityServer
parent
94014ba3eb
commit
d6e144c80e
@@ -76,7 +76,7 @@ class JvmMappedScope(
|
||||
}
|
||||
|
||||
override fun getCallableNames(): Set<Name> {
|
||||
return declaredMemberScope.getContainingCallableNamesIfPresent()
|
||||
return declaredMemberScope.getContainingCallableNamesIfPresent() + signatures.visibleMethodSignaturesByName.keys
|
||||
}
|
||||
|
||||
override fun getClassifierNames(): Set<Name> {
|
||||
|
||||
Reference in New Issue
Block a user