| Index: lib/compiler/implementation/util/link.dart
|
| diff --git a/lib/compiler/implementation/util/link.dart b/lib/compiler/implementation/util/link.dart
|
| index dc9721f0ab08b1a271972cf0100e1ef4c372dfec..cffc7e7a518adbed62c5294f3fe0077e0a990974 100644
|
| --- a/lib/compiler/implementation/util/link.dart
|
| +++ b/lib/compiler/implementation/util/link.dart
|
| @@ -19,7 +19,7 @@ interface Link<T> extends Iterable<T> default LinkFactory<T> {
|
|
|
| void forEach(void f(T element));
|
|
|
| - bool equals(other);
|
| + bool operator ==(other);
|
| }
|
|
|
| interface EmptyLink<T> extends Link<T> default LinkTail<T> {
|
|
|