| Index: pkg/compiler/lib/src/serialization/equivalence.dart
|
| diff --git a/pkg/compiler/lib/src/serialization/equivalence.dart b/pkg/compiler/lib/src/serialization/equivalence.dart
|
| index b161a2c06ce7b48479643ac6c2ce9c300a2d3463..1aa515a096621d8671dcd76fe7be400a88f6b1c1 100644
|
| --- a/pkg/compiler/lib/src/serialization/equivalence.dart
|
| +++ b/pkg/compiler/lib/src/serialization/equivalence.dart
|
| @@ -712,8 +712,8 @@ class TypeEquivalence
|
| }
|
|
|
| @override
|
| - bool visitTypedefType(
|
| - ResolutionTypedefType type, covariant ResolutionTypedefType other) {
|
| + bool visitTypedefType(covariant ResolutionTypedefType type,
|
| + covariant ResolutionTypedefType other) {
|
| return visitGenericType(type, other);
|
| }
|
| }
|
|
|