Index: pkg/front_end/lib/src/fasta/scope.dart |
diff --git a/pkg/front_end/lib/src/fasta/builder/scope.dart b/pkg/front_end/lib/src/fasta/scope.dart |
similarity index 98% |
rename from pkg/front_end/lib/src/fasta/builder/scope.dart |
rename to pkg/front_end/lib/src/fasta/scope.dart |
index 2fe432982ec4967adb96df71a4679cf0306fe0a4..9376d64d713054781e2b64a814fcdebeba425189 100644 |
--- a/pkg/front_end/lib/src/fasta/builder/scope.dart |
+++ b/pkg/front_end/lib/src/fasta/scope.dart |
@@ -4,9 +4,9 @@ |
library fasta.scope; |
-import 'builder.dart' show Builder, MixedAccessor; |
+import 'builder/builder.dart' show Builder, MixedAccessor; |
-import '../errors.dart' show internalError; |
+import 'errors.dart' show internalError; |
class Scope { |
/// Names declared in this scope. |