Minor changes after code review
This commit is contained in:
+2
-1
@@ -63,7 +63,8 @@ public class StubBasedPackageMemberDeclarationProvider(
|
||||
.stream()
|
||||
.map { FqName(it) }
|
||||
.filter { !it.isRoot() && it.parent() == fqName && nameFilter(it.shortName()) }
|
||||
.flatMapTo(this) { index[it.asString(), project, searchScope].stream() }
|
||||
.toSet()
|
||||
.flatMapTo(this) { index[it.asString(), project, searchScope] }
|
||||
}
|
||||
|
||||
override fun getClassOrObjectDeclarations(name: Name): Collection<JetClassLikeInfo> {
|
||||
|
||||
Reference in New Issue
Block a user