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

Unified Diff: tests/language/instantiate_type_variable_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/instantiate_type_variable_test.dart
diff --git a/tests/language/instantiate_type_variable_test.dart b/tests/language/instantiate_type_variable_test.dart
index d2eb88eaae9bbcd058778bcc05345f65efd620a4..b56592f10f8018c10df4e7e06a95b7504b9d1be3 100644
--- a/tests/language/instantiate_type_variable_test.dart
+++ b/tests/language/instantiate_type_variable_test.dart
@@ -7,7 +7,7 @@
class Foo<T> {
Foo() {}
T make() {
- return new T(); /// 01: runtime error
+ return new T(); // /// 01: runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698