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

Unified Diff: tests/language/redirecting_factory_malbounded_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/redirecting_factory_malbounded_test.dart
diff --git a/tests/language/redirecting_factory_malbounded_test.dart b/tests/language/redirecting_factory_malbounded_test.dart
index 6b754d8dd70c59c407e6abee8e3d4a8bce590ded..83da0674b6cff57d95854d288dca3dec700c8b6e 100644
--- a/tests/language/redirecting_factory_malbounded_test.dart
+++ b/tests/language/redirecting_factory_malbounded_test.dart
@@ -10,7 +10,7 @@ class Foo<T> extends Bar<T> {
}
class Bar<T
- extends num /// 01: static type warning, dynamic type error
+ extends num // /// 01: static type warning, dynamic type error
> {
factory Bar() {
return new Foo<T>.create();

Powered by Google App Engine
This is Rietveld 408576698