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

Unified Diff: tests/language_strong/null_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: 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/null_test.dart
diff --git a/tests/language_strong/null_test.dart b/tests/language_strong/null_test.dart
index 83ffd7b3d1b02f56293f7913b14ef7cd259fdda3..bf4a05850e942b3770b95371436e50acddeeceb0 100644
--- a/tests/language_strong/null_test.dart
+++ b/tests/language_strong/null_test.dart
@@ -9,7 +9,7 @@ import "dart:mirrors";
import "package:expect/expect.dart";
class BadInherit
- extends Null /// 01: compile-time error
+ extends Null // /// 01: compile-time error
implements Null /// 02: compile-time error
extends Object with Null /// 03: compile-time error
{}

Powered by Google App Engine
This is Rietveld 408576698