| Index: sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart b/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| index 724c27c7f05eb8dd6a4df5a3485ecc4cbf61ba3e..145a0663b91ef4034e12aeee7699ab8842cc59f2 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart
|
| @@ -97,7 +97,5 @@ abstract class ForwardingTypeMask implements TypeMask {
|
| return forwardTo.locateSingleElement(selector, compiler);
|
| }
|
|
|
| - TypeMask simplify(Compiler compiler) => forwardTo.simplify(compiler);
|
| -
|
| bool equalsDisregardNull(other);
|
| }
|
|
|