Clean up
#KTIJ-23032
This commit is contained in:
committed by
teamcity
parent
a32c660a67
commit
b2b88662d8
@@ -52,7 +52,7 @@ fun LexicalScope.getDeclarationsByLabel(labelName: Name): Collection<Declaration
|
||||
// Result is guaranteed to be filtered by kind and name.
|
||||
fun HierarchicalScope.collectDescriptorsFiltered(
|
||||
kindFilter: DescriptorKindFilter = DescriptorKindFilter.ALL,
|
||||
nameFilter: (Name) -> Boolean = { true },
|
||||
nameFilter: (Name) -> Boolean = MemberScope.ALL_NAME_FILTER,
|
||||
changeNamesForAliased: Boolean = false
|
||||
): Collection<DeclarationDescriptor> {
|
||||
if (kindFilter.kindMask == 0) return listOf()
|
||||
|
||||
Reference in New Issue
Block a user