Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: pkg/front_end/lib/src/fasta/builder/library_builder.dart

Issue 2794533002: Move scope.dart. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/lib/src/fasta/builder/library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/library_builder.dart b/pkg/front_end/lib/src/fasta/builder/library_builder.dart
index 76057b4a1586f24f4c80499893c5937a8530f99d..f6408efea82fe144fed7b9900b8e1c7c8fbb2342 100644
--- a/pkg/front_end/lib/src/fasta/builder/library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/library_builder.dart
@@ -21,11 +21,10 @@ import 'builder.dart'
Builder,
DynamicTypeBuilder,
ClassBuilder,
+ Scope,
TypeBuilder,
VoidTypeBuilder;
-import 'scope.dart' show Scope;
-
abstract class LibraryBuilder<T extends TypeBuilder, R> extends Builder {
final List<Export> exporters = <Export>[];

Powered by Google App Engine
This is Rietveld 408576698