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

Unified Diff: pkg/front_end/lib/src/fasta/builder/named_type_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/named_type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/named_type_builder.dart b/pkg/front_end/lib/src/fasta/builder/named_type_builder.dart
index 62c7f73e02ac4d915a8d8928fbf5583db53a065b..38ec00065d00f8aef756388db7670867e97920ea 100644
--- a/pkg/front_end/lib/src/fasta/builder/named_type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/named_type_builder.dart
@@ -4,13 +4,12 @@
library fasta.named_type_builder;
-import 'scope.dart' show Scope;
-
import 'builder.dart'
show
Builder,
InvalidTypeBuilder,
PrefixBuilder,
+ Scope,
TypeBuilder,
TypeDeclarationBuilder;

Powered by Google App Engine
This is Rietveld 408576698