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

Unified Diff: tests/language/conditional_property_increment_decrement_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 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: tests/language/conditional_property_increment_decrement_test.dart
diff --git a/tests/language/conditional_property_increment_decrement_test.dart b/tests/language/conditional_property_increment_decrement_test.dart
index 4f0e587a9b04b005fdb7c9eec9f6c0d9d1d59940..a50e8d75dfa0107204e71e8cab446b6e72ff1fe5 100644
--- a/tests/language/conditional_property_increment_decrement_test.dart
+++ b/tests/language/conditional_property_increment_decrement_test.dart
@@ -21,8 +21,8 @@ class D {
}
class E {
- G operator+(int i) => new I();
- G operator-(int i) => new I();
+ G operator +(int i) => new I();
+ G operator -(int i) => new I();
}
class F {}
« no previous file with comments | « tests/language/conditional_property_assignment_test.dart ('k') | tests/language/const_conditional_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698