| Index: lib/compiler/implementation/scanner/token.dart
|
| diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
|
| index 7646e4ef6cec1bf630b10de77e386f68acedd7a4..6318e808dde7bd666860e3e9c763e2c98c58063c 100644
|
| --- a/lib/compiler/implementation/scanner/token.dart
|
| +++ b/lib/compiler/implementation/scanner/token.dart
|
| @@ -84,7 +84,7 @@ const int UNKNOWN_TOKEN = 1024;
|
| /**
|
| * A token that doubles as a linked list.
|
| */
|
| -class Token {
|
| +class Token implements Spannable {
|
| /**
|
| * The precedence info for this token. [info] determines the kind and the
|
| * precedence level of this token.
|
|
|