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

Unified Diff: pkg/analysis_server/test/mock_sdk.dart

Issue 1053323002: Issue 22988. Improve checking for conflicts between parameters and local elements during extracting… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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: pkg/analysis_server/test/mock_sdk.dart
diff --git a/pkg/analysis_server/test/mock_sdk.dart b/pkg/analysis_server/test/mock_sdk.dart
index 920cb32f36c048ca9cedcd0a855d5d3bd1458cdd..abc6a3c05bdada3f50499c4e367f6ecde7383906 100644
--- a/pkg/analysis_server/test/mock_sdk.dart
+++ b/pkg/analysis_server/test/mock_sdk.dart
@@ -51,6 +51,7 @@ abstract class num implements Comparable<num> {
num operator +(num other);
num operator -(num other);
num operator *(num other);
+ num operator %(num other);
num operator /(num other);
int toInt();
num abs();

Powered by Google App Engine
This is Rietveld 408576698