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

Unified Diff: tests/language_strong/type_variable_bounds3_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/type_variable_bounds3_test.dart
diff --git a/tests/language_strong/type_variable_bounds3_test.dart b/tests/language_strong/type_variable_bounds3_test.dart
index 6e0c38968f89a78494cc737660557e2b59bd84ff..405c4a740306595bc575f9bd0210453cf7ecf672 100644
--- a/tests/language_strong/type_variable_bounds3_test.dart
+++ b/tests/language_strong/type_variable_bounds3_test.dart
@@ -9,7 +9,7 @@ class A<K extends int> {
class B<X, Y> {
foo(x) {
- return x is A<X>; /// 00: dynamic type error, static type warning
+ return x is A<X>; // /// 00: dynamic type error, static type warning
}
}

Powered by Google App Engine
This is Rietveld 408576698