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

Unified Diff: tests/lib_strong/mirrors/metadata_scope_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/metadata_scope_test.dart
diff --git a/tests/lib_strong/mirrors/metadata_scope_test.dart b/tests/lib_strong/mirrors/metadata_scope_test.dart
index 6fa070ed51aca01564724bac541e8be7a8200dde..6f4a050dad389dbeb499089e6da94afa6467d0e6 100644
--- a/tests/lib_strong/mirrors/metadata_scope_test.dart
+++ b/tests/lib_strong/mirrors/metadata_scope_test.dart
@@ -15,7 +15,7 @@ class Annotation {
// Note there is no compile-time constant 'foo' in scope. In particular, A.foo
// is not in scope here.
-@Annotation(foo) /// 01: compile-time error
+@Annotation(foo) // /// 01: compile-time error
class A <@Annotation(foo) T> {
@Annotation(foo)
static foo() {}

Powered by Google App Engine
This is Rietveld 408576698