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

Unified Diff: tests/language/named_parameters_default_eq_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/named_parameters_default_eq_test.dart
diff --git a/tests/language/named_parameters_default_eq_test.dart b/tests/language/named_parameters_default_eq_test.dart
index 2afc8c40377642dbba788b249bef97c8785eb110..96a4d2f4f096c4b3618185c0f5fb1d2163cac890 100644
--- a/tests/language/named_parameters_default_eq_test.dart
+++ b/tests/language/named_parameters_default_eq_test.dart
@@ -33,7 +33,7 @@ class A {
main() {
// Reference the type, or dart2js won't see that the declaration is invalid
- F1 _ = null; /// 01: continued
+ F1 _ = null; // /// 01: continued
var a = new A();

Powered by Google App Engine
This is Rietveld 408576698