| Index: pkg/compiler/lib/src/diagnostics/messages.dart
|
| diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| index e0b4385d1683df1a1cf1f85dfd85794b79a29a0a..99aa824372b3e97eedd8a899eb49cf0fba56393f 100644
|
| --- a/pkg/compiler/lib/src/diagnostics/messages.dart
|
| +++ b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| @@ -63,13 +63,14 @@
|
|
|
| library dart2js.messages;
|
|
|
| +import '../tokens/token.dart' show
|
| + ErrorToken,
|
| + Token;
|
| +
|
| import 'invariant.dart' show
|
| invariant;
|
| import 'spannable.dart' show
|
| CURRENT_ELEMENT_SPANNABLE;
|
| -import '../scanner/token.dart' show
|
| - ErrorToken,
|
| - Token;
|
|
|
| const DONT_KNOW_HOW_TO_FIX = "Computer says no!";
|
|
|
|
|