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

Unified Diff: tests/language/covariant_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/covariant_test.dart
diff --git a/tests/language/covariant_test.dart b/tests/language/covariant_test.dart
index c98fbb083ce4282a8e4bd15fbd838b55cc154d6f..00b390e98fe2a92fa163c39bd6d21f9bb3372ff4 100644
--- a/tests/language/covariant_test.dart
+++ b/tests/language/covariant_test.dart
@@ -258,7 +258,7 @@ class B {
covariant int covariant; /// 40b: ok
- int covariant; /// 40c: ok
+ int covariant; // /// 40c: ok
// Getters may never have `covariant`.
covariant /// 41: compile-time error

Powered by Google App Engine
This is Rietveld 408576698