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

Unified Diff: tests/language_strong/static_field_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/static_field_test.dart
diff --git a/tests/language_strong/static_field_test.dart b/tests/language_strong/static_field_test.dart
index 3261aed67b857e47018504e5b09d42f48a3eef62..d7aa573456023720ba4d17827e24eb34f7b74ad1 100644
--- a/tests/language_strong/static_field_test.dart
+++ b/tests/language_strong/static_field_test.dart
@@ -65,7 +65,7 @@ class StaticFieldTest {
class StaticField1RunNegativeTest {
- static /// 01: static type warning, runtime error
+ static // /// 01: static type warning, runtime error
var x;
testMain() {
var foo = new StaticField1RunNegativeTest();
@@ -75,7 +75,7 @@ class StaticField1RunNegativeTest {
}
class StaticField1aRunNegativeTest {
- static /// 02: static type warning, runtime error
+ static // /// 02: static type warning, runtime error
void m() {}
testMain() {
@@ -97,7 +97,7 @@ class StaticField2RunNegativeTest {
}
class StaticField2aRunNegativeTest {
- static /// 04: static type warning, runtime error
+ static // /// 04: static type warning, runtime error
void m() {}
testMain() {

Powered by Google App Engine
This is Rietveld 408576698