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

Unified Diff: tests/language_strong/factory5_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_strong/factory2_test.dart ('k') | tests/language_strong/factory_implementation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/factory5_test.dart
diff --git a/tests/language_strong/factory5_test.dart b/tests/language_strong/factory5_test.dart
index fe44f1cca4110d9ccf79e1b0bbd5ae6635162dae..3d860d16d7e66f7249137a44c8047faa5994105f 100644
--- a/tests/language_strong/factory5_test.dart
+++ b/tests/language_strong/factory5_test.dart
@@ -7,7 +7,9 @@ abstract class Link<T> {
}
class LinkFactory<T> {
- factory LinkFactory.create() { return null; }
+ factory LinkFactory.create() {
+ return null;
+ }
factory LinkFactory.Foo() = Foo<T>; // //# 00: static type warning
}
« no previous file with comments | « tests/language_strong/factory2_test.dart ('k') | tests/language_strong/factory_implementation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698