Introduce MemberScope::classifierNames and some implementations
It aims to help with further optimizations
This commit is contained in:
+1
@@ -58,6 +58,7 @@ class LazyPackageMemberScope(
|
||||
c.lookupTracker.record(from, thisDescriptor, name)
|
||||
}
|
||||
|
||||
override fun getClassifierNames(): Set<Name>? = declarationProvider.getDeclarationNames()
|
||||
override fun getFunctionNames() = declarationProvider.getDeclarationNames()
|
||||
override fun getVariableNames() = declarationProvider.getDeclarationNames()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user