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

Unified Diff: tests/language/factory1_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/factory1_test.dart
diff --git a/tests/language/factory1_test.dart b/tests/language/factory1_test.dart
index 7aee67bbec609e7a84391d4438988a05829db124..569f89ddfa2aa3b68f632556f07bea7d09f3b934 100644
--- a/tests/language/factory1_test.dart
+++ b/tests/language/factory1_test.dart
@@ -20,7 +20,7 @@ class B<T> extends A<T> {
main() {
new A<String>.factory();
- new A<int>.factory(); /// 00: dynamic type error
+ new A<int>.factory(); // /// 00: dynamic type error
new B<String>.factory();
- new B<int>.factory(); /// 01: dynamic type error
+ new B<int>.factory(); // /// 01: dynamic type error
}

Powered by Google App Engine
This is Rietveld 408576698