| 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 d10e886e0d8436a20874319b650d0c16002081e4..5b62f70e34c184b5a6f1d3903164c57f5c5ac341 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -39,7 +39,7 @@ import '../elements/modelx.dart' show
|
| TypedefElementX;
|
| import '../enqueue.dart' show
|
| WorldImpact;
|
| -import '../scanner/scannerlib.dart' show
|
| +import '../scanner/token.dart' show
|
| isBinaryOperator,
|
| isMinusOperator,
|
| isTernaryOperator,
|
|
|