| Index: pkg/front_end/lib/src/fasta/export.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/export.dart b/pkg/front_end/lib/src/fasta/export.dart
|
| index a31a5c098319f4eaf02fe11feda212eea8a8d15c..2d4a83783068308de1c5436b3c8260c6fe1bb6ed 100644
|
| --- a/pkg/front_end/lib/src/fasta/export.dart
|
| +++ b/pkg/front_end/lib/src/fasta/export.dart
|
| @@ -4,12 +4,9 @@
|
|
|
| library fasta.export;
|
|
|
| -import 'builder/builder.dart' show
|
| - Builder,
|
| - LibraryBuilder;
|
| +import 'builder/builder.dart' show Builder, LibraryBuilder;
|
|
|
| -import 'combinator.dart' show
|
| - Combinator;
|
| +import 'combinator.dart' show Combinator;
|
|
|
| class Export {
|
| /// The library that is exporting [exported];
|
|
|