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

Unified Diff: tests/language_strong/default_factory2_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/default_factory2_test.dart
diff --git a/tests/language_strong/default_factory2_test.dart b/tests/language_strong/default_factory2_test.dart
index 1cc1129e85d643cd4ef6e2b73f73756923212016..30c097bf48bdde5bcd11b500a17a4a7af51ba705 100644
--- a/tests/language_strong/default_factory2_test.dart
+++ b/tests/language_strong/default_factory2_test.dart
@@ -15,5 +15,5 @@ class A<T extends Foo> implements IA<T> {
}
main() {
- var result = new IA<String>(); /// 01: static type warning, dynamic type error
+ var result = new IA<String>(); // /// 01: static type warning, dynamic type error
}

Powered by Google App Engine
This is Rietveld 408576698