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

Unified Diff: tests/language_strong/super_call3_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/super_call3_test.dart
diff --git a/tests/language_strong/super_call3_test.dart b/tests/language_strong/super_call3_test.dart
index 81b19c168d9349f5c783fd6f5c1c6bbdf1cf0c08..a477cfa15b769990e17a3edc577d08bdd18e4965 100644
--- a/tests/language_strong/super_call3_test.dart
+++ b/tests/language_strong/super_call3_test.dart
@@ -8,7 +8,7 @@ import "package:expect/expect.dart";
class A {
A(
- this.x /// 01: compile-time error
+ this.x // /// 01: compile-time error
);
final foo = 499;
}
@@ -23,7 +23,7 @@ class B2 extends A {
class C {
C
- .named /// 02: compile-time error
+ .named // /// 02: compile-time error
();
final foo = 499;
}

Powered by Google App Engine
This is Rietveld 408576698