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

Unified Diff: tests/language/syntax_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/language/syntax_test.dart
diff --git a/tests/language/syntax_test.dart b/tests/language/syntax_test.dart
index 7f7b21bda1008a20c0e71dc69a126d88bd074db9..51b6f448e5a5bd6a31595371ef45ce1e335fc321 100644
--- a/tests/language/syntax_test.dart
+++ b/tests/language/syntax_test.dart
@@ -250,7 +250,7 @@ class Bad {
}
class C {
- void f; /// 66: compile-time error
- static void g; /// 67: compile-time error
+ void f; // /// 66: compile-time error
+ static void g; // /// 67: compile-time error
}

Powered by Google App Engine
This is Rietveld 408576698