diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java b/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java index 078a74cbcf9..8709130e857 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java @@ -60,5 +60,6 @@ public interface ModuleConfiguration { @Nullable NamespaceDescriptor getTopLevelNamespace(@NotNull String shortName); + /** Add all the top-level namespaces from the dependencies of this module into the given collection */ void addAllTopLevelNamespacesTo(@NotNull Collection topLevelNamespaces); }