| 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 {
|
|
|