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

Unified Diff: tests/language_strong/final_param_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_strong/final_param_test.dart
diff --git a/tests/language_strong/final_param_test.dart b/tests/language_strong/final_param_test.dart
index ddf6e7fd362ac5fcc563d5ac86dac1e57bfc05cd..56b02d9b7a82f5d4ac7db3f040fc0dfab2c50a51 100644
--- a/tests/language_strong/final_param_test.dart
+++ b/tests/language_strong/final_param_test.dart
@@ -5,7 +5,7 @@
class A {
static void test(final x) {
- x = 2; /// 01: static type warning, runtime error
+ x = 2; // /// 01: static type warning, runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698