Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
index 8af9dfcb7b88cab4f9705e777b86b80d093268c4..f994bf4dc1eb71feb6aba4e8e2d2271c8d7d45c4 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -694,6 +694,7 @@ abstract class LibraryElement extends Element implements ScopeContainerElement { |
Element find(String elementName); |
Element findLocal(String elementName); |
+ Element findExported(String elementName); |
void forEachExport(f(Element element)); |
bool hasLibraryName(); |