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

Unified Diff: tests/language/malbounded_type_cast_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/malbounded_type_cast_test.dart
diff --git a/tests/language/malbounded_type_cast_test.dart b/tests/language/malbounded_type_cast_test.dart
index e072110bf52f02f1661415410d07be5d8f2af2bc..4bdcb665058702a6fe701673f83bc2cc49d05265 100644
--- a/tests/language/malbounded_type_cast_test.dart
+++ b/tests/language/malbounded_type_cast_test.dart
@@ -5,8 +5,8 @@
import 'package:expect/expect.dart';
class Super<T extends num> {}
-class Malbounded1 implements Super<String> {} /// static type warning
-class Malbounded2 extends Super<String> {} /// static type warning
+class Malbounded1 implements Super<String> {} // /// static type warning
+class Malbounded2 extends Super<String> {} // /// static type warning
main() {
bool inCheckedMode = false;

Powered by Google App Engine
This is Rietveld 408576698