[FIR] Extend callableNames known for JvmMappedScope

This commit is contained in:
Mikhail Glukhikh
2020-12-03 16:09:18 +03:00
committed by TeamCityServer
parent 94014ba3eb
commit d6e144c80e
10 changed files with 844 additions and 21 deletions
@@ -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> {