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

Unified Diff: tests/language/type_variable_bounds_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/type_variable_bounds_test.dart
diff --git a/tests/language/type_variable_bounds_test.dart b/tests/language/type_variable_bounds_test.dart
index 612edb27f394927217e06682d8058e0ae79a4f69..5cc03a97e3613ee9097dee860dbfc9d164324550 100644
--- a/tests/language/type_variable_bounds_test.dart
+++ b/tests/language/type_variable_bounds_test.dart
@@ -7,7 +7,7 @@
class Foo<T extends num> {
Foo();
- factory Foo.bad() = XFoo; /// 00: static type warning
+ factory Foo.bad() = XFoo; // /// 00: static type warning
factory Foo.good() = Foo;

Powered by Google App Engine
This is Rietveld 408576698