Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart

Issue 165143004: Move TypeMask.simplify to a test helper. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698