| Index: lib/compiler/implementation/tree/nodes.dart
|
| diff --git a/lib/compiler/implementation/tree/nodes.dart b/lib/compiler/implementation/tree/nodes.dart
|
| index 245025178c7cfef3577817f5880c7ca5c860a2c6..6c88df6019470dcbe9df07d1afb8fef5ed575aa4 100644
|
| --- a/lib/compiler/implementation/tree/nodes.dart
|
| +++ b/lib/compiler/implementation/tree/nodes.dart
|
| @@ -84,7 +84,7 @@ class NodeAssertionFailure implements Exception {
|
| * token stream. These references are stored in fields ending with
|
| * "Token".
|
| */
|
| -class Node implements Hashable {
|
| +class Node implements Hashable, Spannable {
|
| final int _hashCode;
|
| static int _HASH_COUNTER = 0;
|
|
|
|
|