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

Unified Diff: tests/language/list_literal1_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/list_literal1_test.dart
diff --git a/tests/language/list_literal1_test.dart b/tests/language/list_literal1_test.dart
index 40810220f260c0e54762bf50d91c1b19b3c6b8db..1119280072116663def6254101317cb6cb1e588d 100644
--- a/tests/language/list_literal1_test.dart
+++ b/tests/language/list_literal1_test.dart
@@ -6,6 +6,6 @@
main() {
var m = const
- <String> /// 01: static type warning, checked mode compile-time error
+ <String> // /// 01: static type warning, checked mode compile-time error
[0, 1];
}

Powered by Google App Engine
This is Rietveld 408576698