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

Unified Diff: tests/lib/mirrors/syntax_error_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/mirrors/syntax_error_test.dart
diff --git a/tests/lib/mirrors/syntax_error_test.dart b/tests/lib/mirrors/syntax_error_test.dart
index 8888ce56d879fddbcedadaf6ecacc6da6f4ab3ca..b9fb203898c319b47582806b4f2296478bc209b7 100644
--- a/tests/lib/mirrors/syntax_error_test.dart
+++ b/tests/lib/mirrors/syntax_error_test.dart
@@ -17,7 +17,7 @@ class A {}
@MD(name:'B')
class B {
- static x = { 0: 0; }; /// 01: compile-time error
+ static x = { 0: 0; }; // /// 01: compile-time error
}
main() {

Powered by Google App Engine
This is Rietveld 408576698