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

Unified Diff: tests/lib/mirrors/redirecting_factory_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/redirecting_factory_test.dart
diff --git a/tests/lib/mirrors/redirecting_factory_test.dart b/tests/lib/mirrors/redirecting_factory_test.dart
index 6f0ddf2fbbdf9201a5412d0663ca6b1dddb23e66..b6112858f42760e02fbae1782b16aab873ed8ed5 100644
--- a/tests/lib/mirrors/redirecting_factory_test.dart
+++ b/tests/lib/mirrors/redirecting_factory_test.dart
@@ -43,7 +43,7 @@ class Class<T1, T2> {
factory Class.redirectingFactoryStringTypeParameters(a, b) =
Class
- <String> /// 02: static type warning
+ <String> // /// 02: static type warning
.factoryNoOptional;
factory Class.redirectingFactoryTypeParameters(a, b) =

Powered by Google App Engine
This is Rietveld 408576698