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

Unified Diff: tests/language/final_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/final_syntax_test.dart
diff --git a/tests/language/final_syntax_test.dart b/tests/language/final_syntax_test.dart
index 3ac879dffc709132699ff1abffd64a732d60c9ec..85c92e78cd9b16257333446339567503abc89677 100644
--- a/tests/language/final_syntax_test.dart
+++ b/tests/language/final_syntax_test.dart
@@ -35,9 +35,9 @@ main() {
}
final F0 = 42;
-final F1; /// 03: continued
+final F1; // /// 03: continued
final int F2 = 87;
-final int F3; /// 04: continued
+final int F3; // /// 04: continued
class Point {
final x, y;

Powered by Google App Engine
This is Rietveld 408576698