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

Unified Diff: tests/language_strong/issue3806_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_strong/issue3806_test.dart
diff --git a/tests/language_strong/issue3806_test.dart b/tests/language_strong/issue3806_test.dart
index d6c3e20e3fd6be7e2165856aeb67d1f6ef304982..cd5c7b2bd61939891d32454cdd9cbf07b3359a5d 100644
--- a/tests/language_strong/issue3806_test.dart
+++ b/tests/language_strong/issue3806_test.dart
@@ -9,9 +9,10 @@ class A {
bar(x) {
if (foo == 3) return;
var t = x;
- if (x == 0 ) t = foo;
+ if (x == 0) t = foo;
foo = t;
}
+
toto(x) => x;
titi() {
foo = 0;

Powered by Google App Engine
This is Rietveld 408576698