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

Unified Diff: tests/language/type_propagation3_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/type_propagation3_test.dart
diff --git a/tests/language/type_propagation3_test.dart b/tests/language/type_propagation3_test.dart
index e17e95e637ea679bf305f9cd203b220e02c61746..2848f9b54342f3354da44328e7c26aed88b71cd6 100644
--- a/tests/language/type_propagation3_test.dart
+++ b/tests/language/type_propagation3_test.dart
@@ -46,7 +46,8 @@ main() {
// (1, 5)
var b = a;
- while (b.isEmpty) { // (4, 6)
+ while (b.isEmpty) {
+ // (4, 6)
b.foo(); // (3, 7)
b.bar(); // (8)
b = b.doIt(); // (2)

Powered by Google App Engine
This is Rietveld 408576698