| Index: pkg/compiler/lib/src/resolution/enum_creator.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/enum_creator.dart b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| index 689315a498fb18c45ac6b8975189bf1670959c32..96b73239c6428f2da31d818b9c1e5025a6accf99 100644
|
| --- a/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| +++ b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| @@ -10,7 +10,7 @@ import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart';
|
| import 'package:front_end/src/fasta/scanner.dart';
|
| -import 'package:front_end/src/scanner/token.dart' show TokenType;
|
| +import 'package:front_end/src/scanner/token.dart' show KeywordToken, TokenType;
|
| import '../tree/tree.dart';
|
| import '../util/util.dart';
|
|
|
|
|