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

Unified Diff: tests/language_strong/mixin_illegal_object_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/mixin_illegal_object_test.dart
diff --git a/tests/language_strong/mixin_illegal_object_test.dart b/tests/language_strong/mixin_illegal_object_test.dart
index 8b5340f7db8ec723ba541b556523e36f567d61ab..fb2c0bd7c1b68f82dc837dc25602099e6bda5bb1 100644
--- a/tests/language_strong/mixin_illegal_object_test.dart
+++ b/tests/language_strong/mixin_illegal_object_test.dart
@@ -7,12 +7,12 @@
class S { }
class C0 extends S
-with Object /// 01: compile-time error
+with Object // /// 01: compile-time error
{ }
-class C1 = S with Object; /// 02: compile-time error
+class C1 = S with Object; // /// 02: compile-time error
main() {
new C0();
- new C1(); /// 02: continued
+ new C1(); // /// 02: continued
}

Powered by Google App Engine
This is Rietveld 408576698