| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index 3210976f26fdeb20a402e163f5725683ea2d797a..c0592b10725601bcc9ce4d6535d59b29a4ac6a6b 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -37,7 +37,7 @@ import '../elements/modelx.dart'
|
| TypedefElementX;
|
| import '../enqueue.dart';
|
| import '../options.dart';
|
| -import '../tokens/token.dart'
|
| +import 'package:dart_scanner/dart_scanner.dart'
|
| show
|
| isBinaryOperator,
|
| isMinusOperator,
|
|
|