This commit is contained in:
Valentin Kipyatkov
2014-10-30 22:22:43 +03:00
parent b08e444aa0
commit 8b2f6007c2
@@ -131,7 +131,7 @@ public class LazyPackageFragmentScopeForJavaPackage(
override fun getSubPackages() = subPackages()
override fun getAllPropertyNames() = Collections.emptyList<Name>()
override fun getAllPropertyNames() = listOf<Name>()
// we don't use implementation from super which caches all descriptors and does not use filters
override fun getDescriptors(kindFilter: (JetScope.DescriptorKind) -> Boolean, nameFilter: (String) -> Boolean): Collection<DeclarationDescriptor> {