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

Unified Diff: tests/language_strong/checked_null_test.dart

Issue 2768073002: 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_strong/checked_null_test.dart
diff --git a/tests/language_strong/checked_null_test.dart b/tests/language_strong/checked_null_test.dart
index 36ffd7b7d966cc586065eefccd0b356de3f8f8ba..b86f00ec4b8a7b4514332bbeb1ebda6c08bcd5c1 100644
--- a/tests/language_strong/checked_null_test.dart
+++ b/tests/language_strong/checked_null_test.dart
@@ -9,7 +9,9 @@ class A {
Comparator b;
// This code exhibited a bug in dart2js checked mode, where the type
// of [a] was inferred to be [Comparator] or null;
- A() : b = null, a = null;
+ A()
+ : b = null,
+ a = null;
}
main() {

Powered by Google App Engine
This is Rietveld 408576698