Implement LazyPackageMemberScope::getFunctions/VariableNames
It's necessary for future optimizations Although current implementation is rather conservative, it should be enough for current needs
This commit is contained in:
+2
@@ -41,4 +41,6 @@ open class DelegatePackageMemberDeclarationProvider(var delegate: PackageMemberD
|
||||
override fun getClassOrObjectDeclarations(name: Name) = delegate.getClassOrObjectDeclarations(name)
|
||||
|
||||
override fun getTypeAliasDeclarations(name: Name) = delegate.getTypeAliasDeclarations(name)
|
||||
|
||||
override fun getDeclarationNames() = delegate.getDeclarationNames()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user