Minor: comment

This commit is contained in:
Pavel V. Talanov
2014-11-13 18:01:12 +03:00
parent 2d4d1caf17
commit c9bdba8e20
@@ -104,6 +104,8 @@ public abstract class DeserializedMemberScope protected(
protected fun computeDescriptors(kindFilter: DescriptorKindFilter,
nameFilter: (Name) -> Boolean): Collection<DeclarationDescriptor> {
//NOTE: descriptors should be in the same order they were serialized in
// see MemberComparator
val result = LinkedHashSet<DeclarationDescriptor>(0)
if (kindFilter.acceptsKinds(DescriptorKindFilter.SINGLETON_CLASSIFIERS_MASK)) {