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

Unified Diff: tests/language_strong/argument_definition_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/argument_definition_test.dart
diff --git a/tests/language_strong/argument_definition_test.dart b/tests/language_strong/argument_definition_test.dart
index 2fa1f1ae28a8b729e1ddf8251858e6d017b1cb5a..1acdb51c31282be950baaa5250da552284ab5ba2 100644
--- a/tests/language_strong/argument_definition_test.dart
+++ b/tests/language_strong/argument_definition_test.dart
@@ -7,7 +7,7 @@
import "package:expect/expect.dart";
int test(a, {b, c}) {
- if (?b) return b; /// 01: compile-time error
+ if (?b) return b; // /// 01: compile-time error
return a + b + c;
}

Powered by Google App Engine
This is Rietveld 408576698