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

Unified Diff: tests/language_strong/toplevel_collision1_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_strong/toplevel_collision1_test.dart
diff --git a/tests/language_strong/toplevel_collision1_test.dart b/tests/language_strong/toplevel_collision1_test.dart
index b803faa64ec4b39b6c06b1d1fbb726c6de484d49..9707ea9163673903b3e4ffbc9d59d5af651e8cd2 100644
--- a/tests/language_strong/toplevel_collision1_test.dart
+++ b/tests/language_strong/toplevel_collision1_test.dart
@@ -4,10 +4,10 @@
int x = 100;
-get x => 200; /// 00: compile-time error
-set x(var i) { print(i); } /// 01: compile-time error
+get x => 200; // /// 00: compile-time error
+set x(var i) { print(i); } // /// 01: compile-time error
-int x(a, b) { print(a + b); } /// 02: compile-time error
+int x(a, b) { print(a + b); } // /// 02: compile-time error
void main() {

Powered by Google App Engine
This is Rietveld 408576698