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

Unified Diff: pkg/front_end/lib/src/fasta/builder/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/type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
index 1777fd686167d0b9422af8d75bb4538414b4d5ea..b266e0fc373e17b0eed655554781e0d21322ecd8 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
@@ -5,9 +5,12 @@
library fasta.type_builder;
import 'builder.dart'
- show Builder, LibraryBuilder, TypeDeclarationBuilder, TypeVariableBuilder;
-
-import 'scope.dart' show Scope;
+ show
+ Builder,
+ LibraryBuilder,
+ Scope,
+ TypeDeclarationBuilder,
+ TypeVariableBuilder;
// TODO(ahe): Make const class.
abstract class TypeBuilder extends Builder {
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/scope.dart ('k') | pkg/front_end/lib/src/fasta/kernel/body_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698