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

Unified Diff: tests/language/checked_null_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
« no previous file with comments | « tests/language/check_method_override_test.dart ('k') | tests/language/class_cycle_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/checked_null_test.dart
diff --git a/tests/language/checked_null_test.dart b/tests/language/checked_null_test.dart
index 36ffd7b7d966cc586065eefccd0b356de3f8f8ba..b86f00ec4b8a7b4514332bbeb1ebda6c08bcd5c1 100644
--- a/tests/language/checked_null_test.dart
+++ b/tests/language/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() {
« no previous file with comments | « tests/language/check_method_override_test.dart ('k') | tests/language/class_cycle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698