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

Unified Diff: pkg/front_end/lib/src/fasta/builder/function_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/function_type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/function_type_builder.dart b/pkg/front_end/lib/src/fasta/builder/function_type_builder.dart
index 4b66b4c515c79d3f695297f6da6d050a70cc37ac..8bd16beedbeb35c0bc00d4dccdc9e132ee774430 100644
--- a/pkg/front_end/lib/src/fasta/builder/function_type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/function_type_builder.dart
@@ -4,9 +4,8 @@
library fasta.function_type_builder;
-import 'builder.dart' show LibraryBuilder, TypeBuilder, TypeDeclarationBuilder;
-
-import 'scope.dart' show Scope;
+import 'builder.dart'
+ show LibraryBuilder, Scope, TypeBuilder, TypeDeclarationBuilder;
abstract class FunctionTypeBuilder extends TypeBuilder {
final TypeBuilder returnType;

Powered by Google App Engine
This is Rietveld 408576698