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

Unified Diff: tests/language_strong/constructor6_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/constructor6_test.dart
diff --git a/tests/language_strong/constructor6_test.dart b/tests/language_strong/constructor6_test.dart
index 2f6c991ae7700949b60b46bd13015ce4431ba7ab..04dd004010095a597d7a7f317f840268e95418c7 100644
--- a/tests/language_strong/constructor6_test.dart
+++ b/tests/language_strong/constructor6_test.dart
@@ -24,7 +24,7 @@ class A {
// statements.
var r1 = f();
E(arg += 100); // If this is the same arg as closed by f, ...
sra1 2017/03/21 03:28:14 fix
- var r2 = f(); // .. the effect of +=100 will be seen here.
+ var r2 = f(); // .. the effect of +=100 will be seen here.
}
final a;
final f;

Powered by Google App Engine
This is Rietveld 408576698