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

Unified Diff: tests/lib/mirrors/generics_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/lib/mirrors/generics_test.dart
diff --git a/tests/lib/mirrors/generics_test.dart b/tests/lib/mirrors/generics_test.dart
index 10fe2e39c3c1af7f090fa06df958aa14321997bb..fd9b105b2ab5d68277325b08b96cd1ab210094ba 100644
--- a/tests/lib/mirrors/generics_test.dart
+++ b/tests/lib/mirrors/generics_test.dart
@@ -13,7 +13,7 @@ class A<T> {}
class Z<T> {}
class B extends A {}
class C
- extends A<num, int> /// 01: static type warning
+ extends A<num, int> // /// 01: static type warning
{}
class D extends A<int> {}
class E<S> extends A<S> {}

Powered by Google App Engine
This is Rietveld 408576698