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

Unified Diff: tests/language/regress_20394_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/regress_20394_test.dart
diff --git a/tests/language/regress_20394_test.dart b/tests/language/regress_20394_test.dart
index 67a65f7683c7fb46d50e4735808963a21f5f4fc2..4621ea1f930584c34c6fda1d9332bd38679797a0 100644
--- a/tests/language/regress_20394_test.dart
+++ b/tests/language/regress_20394_test.dart
@@ -3,7 +3,7 @@ import 'regress_20394_lib.dart';
class M {}
class C extends Super with M {
- C() : super._private(42); /// 01: compile-time error
+ C() : super._private(42); // /// 01: compile-time error
}
main() {

Powered by Google App Engine
This is Rietveld 408576698