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

Unified Diff: tests/language/parameter_metadata_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/parameter_metadata_test.dart
diff --git a/tests/language/parameter_metadata_test.dart b/tests/language/parameter_metadata_test.dart
index 3f256900696d9920df3f13fbfc8ebd3be5687757..65aed8c1cbc2264108e559280133e8d089fe8b62 100644
--- a/tests/language/parameter_metadata_test.dart
+++ b/tests/language/parameter_metadata_test.dart
@@ -5,11 +5,11 @@
// Test that metadata annotations can be handled on nested parameters.
test(
- @deprecated /// 01: ok
+ @deprecated // /// 01: ok
f(
- @deprecated /// 02: ok
+ @deprecated // /// 02: ok
a,
- @deprecated /// 03: ok
+ @deprecated // /// 03: ok
g(
@deprecated /// 04: ok
b))) {}

Powered by Google App Engine
This is Rietveld 408576698