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

Unified Diff: tests/lib/mirrors/library_metatarget_test_annotations_lib.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/library_metatarget_test_annotations_lib.dart
diff --git a/tests/lib/mirrors/library_metatarget_test_annotations_lib.dart b/tests/lib/mirrors/library_metatarget_test_annotations_lib.dart
index 20fcfcf1017fb0a4d335623fb8174cd866aca8db..9464fa7f1daf5fe1d0c909defd207b89999f7320 100644
--- a/tests/lib/mirrors/library_metatarget_test_annotations_lib.dart
+++ b/tests/lib/mirrors/library_metatarget_test_annotations_lib.dart
@@ -9,9 +9,11 @@ library annotations;
class UsedOnlyOnLibrary {
const UsedOnlyOnLibrary();
}
+
const usedOnlyOnLibrary = const UsedOnlyOnLibrary();
class Reflectable {
const Reflectable();
}
+
const Reflectable reflectable = const Reflectable();

Powered by Google App Engine
This is Rietveld 408576698