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

Unified Diff: tests/lib_strong/mirrors/regress_16321_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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/regress_16321_test.dart
diff --git a/tests/lib_strong/mirrors/regress_16321_test.dart b/tests/lib_strong/mirrors/regress_16321_test.dart
index c717b7910638baaaa457363bf62a8301ed977f9d..73433bba9b6e62a3e74e05313e626bc3f46335d6 100644
--- a/tests/lib_strong/mirrors/regress_16321_test.dart
+++ b/tests/lib_strong/mirrors/regress_16321_test.dart
@@ -12,7 +12,7 @@ class TypedBox {
const TypedBox(this.contents);
}
-@TypedBox('foo') /// 01: static type warning, checked mode compile-time error
+@TypedBox('foo') // /// 01: static type warning, checked mode compile-time error
@TypedBox(const ['foo'])
class C {}

Powered by Google App Engine
This is Rietveld 408576698