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

Unified Diff: tests/language/compile_time_constant_k_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: 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/compile_time_constant_k_test.dart
diff --git a/tests/language/compile_time_constant_k_test.dart b/tests/language/compile_time_constant_k_test.dart
index 645d22d9b1663657ee40a8e2f12a1a0c68761073..3f53e45da113c15d111f8828abca01c070989b57 100644
--- a/tests/language/compile_time_constant_k_test.dart
+++ b/tests/language/compile_time_constant_k_test.dart
@@ -8,7 +8,7 @@ const x = const {
'a': 3, /// 01: static type warning
'a': 4 };
const y = const { 'a': 10, 'b': 11, 'a': 12, /// 02: static type warning
- 'b': 13, 'a': 14 }; /// 02: continued
+ 'b': 13, 'a': 14 }; // /// 02: continued
const z = const {
'__proto__': 496, /// 03: static type warning
'__proto__': 497, /// 03: continued

Powered by Google App Engine
This is Rietveld 408576698