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

Unified Diff: tests/language/const_for_in_variable_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/const_for_in_variable_test.dart
diff --git a/tests/language/const_for_in_variable_test.dart b/tests/language/const_for_in_variable_test.dart
index a12cd556cd40553244c0dc34efe73cc8e6b4fa03..1b81042899398f3bd7086f70bdcba277f6f8d659 100644
--- a/tests/language/const_for_in_variable_test.dart
+++ b/tests/language/const_for_in_variable_test.dart
@@ -4,8 +4,8 @@
main() {
for(
- const /// 01: compile-time error
- final /// 02: ok
+ const // /// 01: compile-time error
+ final // /// 02: ok
int x in const [1, 2, 3]) {
break;
}

Powered by Google App Engine
This is Rietveld 408576698