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

Unified Diff: tests/lib/mirrors/private_types_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/mirrors/private_types_test.dart
diff --git a/tests/lib/mirrors/private_types_test.dart b/tests/lib/mirrors/private_types_test.dart
index 12d9f6f4712b519a062cd13464904e7cfcd60026..4fde3a91fa04c5e41dd40e6c9ceccff5dd84ba5d 100644
--- a/tests/lib/mirrors/private_types_test.dart
+++ b/tests/lib/mirrors/private_types_test.dart
@@ -9,9 +9,11 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
typedef int _F(int i);
+
class _C<_T> {}
typedef int F(int i);
+
class C<T> {}
main() {

Powered by Google App Engine
This is Rietveld 408576698