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

Unified Diff: tests/lib_strong/html/js_typed_interop_default_arg_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/lib_strong/html/js_typed_interop_default_arg_test.dart
diff --git a/tests/lib_strong/html/js_typed_interop_default_arg_test.dart b/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
index 963b0baf5ef128ef1a8b67dec57d08855aad1226..466df2c2d4efd9865df66566327fa10450735938 100644
--- a/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
+++ b/tests/lib_strong/html/js_typed_interop_default_arg_test.dart
@@ -25,7 +25,7 @@ _injectJs() {
class Foo {
// Note: it's invalid to provide a default value.
external static num get42([num b
- = 3 /// default_value: compile-time error
+ = 3 // /// default_value: compile-time error
]);
external static num get43([num b]);
}

Powered by Google App Engine
This is Rietveld 408576698