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

Unified Diff: tests/lib_strong/mirrors/typedef_metadata_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_strong/mirrors/typedef_metadata_test.dart
diff --git a/tests/lib_strong/mirrors/typedef_metadata_test.dart b/tests/lib_strong/mirrors/typedef_metadata_test.dart
index 36e08370fc95f02596b0dd5bd477683bdd963fde..7b5e09872d52185a8df27b6f708948ed7ddd7dcf 100644
--- a/tests/lib_strong/mirrors/typedef_metadata_test.dart
+++ b/tests/lib_strong/mirrors/typedef_metadata_test.dart
@@ -2,7 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-@string @symbol
+@string
+@symbol
library test.typedef_metadata_test;
import 'dart:mirrors';
@@ -10,7 +11,9 @@ import 'dart:mirrors';
import 'metadata_test.dart';
class S {}
+
class M {}
+
@symbol
class MA = S with M;

Powered by Google App Engine
This is Rietveld 408576698