| Index: lib/compiler/implementation/util/link.dart
|
| diff --git a/lib/compiler/implementation/util/link.dart b/lib/compiler/implementation/util/link.dart
|
| index cf97bd933d3daa543171e5b35dfa9013cb8050a5..dc9721f0ab08b1a271972cf0100e1ef4c372dfec 100644
|
| --- a/lib/compiler/implementation/util/link.dart
|
| +++ b/lib/compiler/implementation/util/link.dart
|
| @@ -18,6 +18,8 @@ interface Link<T> extends Iterable<T> default LinkFactory<T> {
|
| void printOn(StringBuffer buffer, [separatedBy]);
|
|
|
| void forEach(void f(T element));
|
| +
|
| + bool equals(other);
|
| }
|
|
|
| interface EmptyLink<T> extends Link<T> default LinkTail<T> {
|
|
|