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

Unified Diff: tests/lib/async/future_or_bad_type_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
Index: tests/lib/async/future_or_bad_type_test.dart
diff --git a/tests/lib/async/future_or_bad_type_test.dart b/tests/lib/async/future_or_bad_type_test.dart
index 07cb7176db2018ed249f4889f46b09c48cab39c6..eb0933ae544374ebf7d2408e0c7939de677caf63 100644
--- a/tests/lib/async/future_or_bad_type_test.dart
+++ b/tests/lib/async/future_or_bad_type_test.dart
@@ -13,8 +13,7 @@ class A
extends FutureOr<String> // //# extends: compile-time error
extends Object with FutureOr<bool> // //# with: compile-time error
implements FutureOr<int> // //# implements: compile-time error
-{
-}
+{}
main() {
// FutureOr<T> should be treated like `dynamic`. Dynamically the `T` is
« no previous file with comments | « tests/language_strong/wrong_number_type_arguments_test.dart ('k') | tests/lib/async/future_or_only_in_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698