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

Unified Diff: tests/language/null_is_bottom_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/null_bottom_test.dart ('k') | tests/language/null_is_bottom_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/null_is_bottom_test.dart
diff --git a/tests/language/null_is_bottom_test.dart b/tests/language/null_is_bottom_test.dart
index 62f23f9bf8d1291b73cbed9d03da0ec98e4e3ba8..aa337b23fb9ebd94587280cbc2c684424ef35358 100644
--- a/tests/language/null_is_bottom_test.dart
+++ b/tests/language/null_is_bottom_test.dart
@@ -7,6 +7,7 @@
import 'package:expect/expect.dart';
class A {}
+
typedef A ReturnA();
typedef TakeA(A a);
typedef Null ReturnNull();
@@ -139,4 +140,4 @@ main() {
Expect.isTrue(testIsTakeNull(takeNull)); // //# 38: ok
testAsTakeNull(takeA); // //# 39: ok
testAsTakeNull(takeNull); // //# 40: ok
-}
+}
« no previous file with comments | « tests/language/null_bottom_test.dart ('k') | tests/language/null_is_bottom_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698