| Index: pkg/compiler/lib/src/tokens/token.dart
|
| diff --git a/pkg/compiler/lib/src/tokens/token.dart b/pkg/compiler/lib/src/tokens/token.dart
|
| index df66bd9526444e33ea45951e471a90709ab50e0e..af31142ec0a5fac70a2f932ec347218462da0513 100644
|
| --- a/pkg/compiler/lib/src/tokens/token.dart
|
| +++ b/pkg/compiler/lib/src/tokens/token.dart
|
| @@ -4,12 +4,11 @@
|
|
|
| library dart2js.tokens;
|
|
|
| -import 'dart:convert' show UTF8;
|
| import 'dart:collection' show HashSet;
|
| +import 'dart:convert' show UTF8;
|
|
|
| import '../common.dart';
|
| import '../util/util.dart' show computeHashCode;
|
| -
|
| import 'keyword.dart' show Keyword;
|
| import 'precedence.dart' show PrecedenceInfo;
|
| import 'precedence_constants.dart' as Precedence show BAD_INPUT_INFO;
|
|
|