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

Unified Diff: tests/lib/mirrors/redirecting_factory_different_type_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_different_type_test.dart
diff --git a/tests/lib/mirrors/redirecting_factory_different_type_test.dart b/tests/lib/mirrors/redirecting_factory_different_type_test.dart
index 1c4fac7d84034ba38dcf4f5c9fc77fbe73764721..6a6742efd795aac180e5e724ecd7a8c0058c0534 100644
--- a/tests/lib/mirrors/redirecting_factory_different_type_test.dart
+++ b/tests/lib/mirrors/redirecting_factory_different_type_test.dart
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart';
class A {
factory A(
- String /// 01: static type warning
+ String // /// 01: static type warning
x) = B;
A._();
}

Powered by Google App Engine
This is Rietveld 408576698