| Index: pkg/compiler/lib/src/util/util.dart
|
| diff --git a/pkg/compiler/lib/src/util/util.dart b/pkg/compiler/lib/src/util/util.dart
|
| index d9cc16c4c2e82df1f2c2d27398da36f3c6111c51..397bd6c1cca7fa32b54e78b9aeda3dacf17b8b9f 100644
|
| --- a/pkg/compiler/lib/src/util/util.dart
|
| +++ b/pkg/compiler/lib/src/util/util.dart
|
| @@ -4,12 +4,12 @@
|
|
|
| library dart2js.util;
|
|
|
| -import 'util_implementation.dart';
|
| import 'characters.dart';
|
| +import 'util_implementation.dart';
|
|
|
| -export 'setlet.dart';
|
| -export 'maplet.dart';
|
| export 'emptyset.dart';
|
| +export 'maplet.dart';
|
| +export 'setlet.dart';
|
|
|
| part 'indentation.dart';
|
| part 'link.dart';
|
|
|