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