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

Unified Diff: tests/language/function_type_alias9_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/function_type_alias9_test.dart
diff --git a/tests/language/function_type_alias9_test.dart b/tests/language/function_type_alias9_test.dart
index 3adc2dfeba29f5382dcee851ebfcd42c8490d1a2..e0e2fdd2ff21165331aaa1e32901633d4f962987 100644
--- a/tests/language/function_type_alias9_test.dart
+++ b/tests/language/function_type_alias9_test.dart
@@ -4,7 +4,7 @@
// Dart test for legally self referencing function type alias.
typedef void F(List
- <G> /// 00: compile-time error
+ <G> // /// 00: compile-time error
l);
typedef void G(List<F> l);

Powered by Google App Engine
This is Rietveld 408576698