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

Unified Diff: tests/language_strong/super_bound_closure_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: 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/super_bound_closure_test.dart
diff --git a/tests/language_strong/super_bound_closure_test.dart b/tests/language_strong/super_bound_closure_test.dart
index 1663c936a5ca9899d6d7a8f46bca7842686e67a9..8e38f99288c8e73ac4d85a3e56822841c2f088db 100644
--- a/tests/language_strong/super_bound_closure_test.dart
+++ b/tests/language_strong/super_bound_closure_test.dart
@@ -72,14 +72,14 @@ class B extends A {
fooIntercept27() => confuse(super.lastWhere)(0);
fooIntercept28() => confuse(super.lastWhere)(3, orElse: 77);
- bar([var optional]) => -1; /// 01: static type warning
- bar2({ namedOptional }) => -1; /// 01: continued
- bar3(x, [var optional]) => -1; /// 01: continued
+ bar([var optional]) => -1; // /// 01: static type warning
+ bar2({ namedOptional }) => -1; // /// 01: continued
+ bar3(x, [var optional]) => -1; // /// 01: continued
bar4(x, { namedOptional }) => -1; /// 01: continued
- gee([var optional]) => -1; /// 01: continued
- gee2({ namedOptional }) => -1; /// 01: continued
- gee3(x, [var optional]) => -1; /// 01: continued
+ gee([var optional]) => -1; // /// 01: continued
+ gee2({ namedOptional }) => -1; // /// 01: continued
+ gee3(x, [var optional]) => -1; // /// 01: continued
gee4(x, { namedOptional }) => -1; /// 01: continued
add([var optional = 33]) => -1;

Powered by Google App Engine
This is Rietveld 408576698