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

Unified Diff: tests/lib_strong/mirrors/metadata_allowed_values_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/lib_strong/mirrors/metadata_allowed_values_test.dart
diff --git a/tests/lib_strong/mirrors/metadata_allowed_values_test.dart b/tests/lib_strong/mirrors/metadata_allowed_values_test.dart
index b929f639444e004751103c3a874f3c405a346fee..320473046138c5a76c74ee84f27a921086cb3b56 100644
--- a/tests/lib_strong/mirrors/metadata_allowed_values_test.dart
+++ b/tests/lib_strong/mirrors/metadata_allowed_values_test.dart
@@ -7,7 +7,7 @@ library test.metadata_allowed_values;
import 'dart:mirrors';
import 'package:expect/expect.dart';
-import 'metadata_allowed_values_import.dart'; // Unprefixed.
+import 'metadata_allowed_values_import.dart'; // Unprefixed.
import 'metadata_allowed_values_import.dart' as prefix;
@A // //# 01: compile-time error
@@ -137,6 +137,7 @@ class GG {}
class HH {}
const a = const [1, 2, 3];
+
@a
class II {}
@@ -147,6 +148,7 @@ class JJ {}
class KK {
const KK();
}
+
get kk => const KK();
@LL(() => 42) // //# 28: compile-time error

Powered by Google App Engine
This is Rietveld 408576698