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

Unified Diff: pkg/front_end/lib/src/fasta/builder/procedure_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/procedure_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/procedure_builder.dart b/pkg/front_end/lib/src/fasta/builder/procedure_builder.dart
index fc62cee4ee4ebc77e16a3214bd25ce04cb0b2a71..eef79154e907565eb7e07f28f57c9c5187e37c0e 100644
--- a/pkg/front_end/lib/src/fasta/builder/procedure_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/procedure_builder.dart
@@ -16,11 +16,10 @@ import 'builder.dart'
LibraryBuilder,
MemberBuilder,
MetadataBuilder,
+ Scope,
TypeBuilder,
TypeVariableBuilder;
-import 'scope.dart' show Scope;
-
abstract class ProcedureBuilder<T extends TypeBuilder> extends MemberBuilder {
final List<MetadataBuilder> metadata;
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/prefix_builder.dart ('k') | pkg/front_end/lib/src/fasta/builder/scope.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698