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

Unified Diff: tests/language/null_is_bottom_type_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/null_is_bottom_type_test.dart
diff --git a/tests/language/null_is_bottom_type_test.dart b/tests/language/null_is_bottom_type_test.dart
index 37e39cb715acaea748946008ec1e5219fac38050..3b92b03cb7e5831b78b56b5a3db091119dcc72d5 100644
--- a/tests/language/null_is_bottom_type_test.dart
+++ b/tests/language/null_is_bottom_type_test.dart
@@ -7,6 +7,7 @@
import 'package:expect/expect.dart';
class A {}
+
typedef A ReturnA();
typedef TakeA(A a);
typedef Null ReturnNull();
@@ -57,4 +58,4 @@ test() {
testTakeNull(takeA); // //# 15: ok
testTakeNull(takeNull); // //# 16: ok
-}
+}

Powered by Google App Engine
This is Rietveld 408576698