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

Unified Diff: tests/language/conditional_property_assignment_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_assignment_test.dart
diff --git a/tests/language/conditional_property_assignment_test.dart b/tests/language/conditional_property_assignment_test.dart
index b27b94193197afa62ac578cc0f9c01cdb2bda191..34f9a9d11889a1bb2a8c349cec350b37a110b170 100644
--- a/tests/language/conditional_property_assignment_test.dart
+++ b/tests/language/conditional_property_assignment_test.dart
@@ -29,7 +29,7 @@ class D {
}
class E {
- G operator+(int i) => new I();
+ G operator +(int i) => new I();
}
class F {}
« no previous file with comments | « tests/language/compile_time_constant_r_test.dart ('k') | tests/language/conditional_property_increment_decrement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698