| Index: compiler/java/com/google/dart/compiler/resolver/LibraryElement.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/LibraryElement.java (revision 8158)
|
| +++ compiler/java/com/google/dart/compiler/resolver/LibraryElement.java (working copy)
|
| @@ -7,6 +7,8 @@
|
| import com.google.dart.compiler.ast.LibraryUnit;
|
|
|
| public interface LibraryElement extends EnclosingElement {
|
| + Scope getImportScope();
|
| +
|
| Scope getScope();
|
|
|
| LibraryUnit getLibraryUnit();
|
|
|