Index: pkg/compiler/lib/src/resolution/scope.dart |
diff --git a/pkg/compiler/lib/src/resolution/scope.dart b/pkg/compiler/lib/src/resolution/scope.dart |
index 79fdacf1115744d3dd45e3794d9d07ea7bced7ce..c3785f980df39d827307a3969a7fbf46b04166f3 100644 |
--- a/pkg/compiler/lib/src/resolution/scope.dart |
+++ b/pkg/compiler/lib/src/resolution/scope.dart |
@@ -2,7 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of resolution; |
+library dart2js.resolution.scope; |
+ |
+import '../dart_types.dart'; |
+import '../elements/elements.dart'; |
abstract class Scope { |
/** |