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

Unified Diff: tests/language_strong/override_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/override_field_test.dart
diff --git a/tests/language_strong/override_field_test.dart b/tests/language_strong/override_field_test.dart
index 4d57d18ad97a4cf74cbb6e5d4558e76e306167f9..1fa79683f612b5e06a6412786931a0181fedd4cf 100644
--- a/tests/language_strong/override_field_test.dart
+++ b/tests/language_strong/override_field_test.dart
@@ -9,9 +9,9 @@ class A {
}
class B extends A {
- static int instanceFieldInA; /// 01: compile-time error
- int staticFieldInA; /// 02: static type warning
- static int staticFieldInA; /// 03: static type warning
+ static int instanceFieldInA; // /// 01: compile-time error
+ int staticFieldInA; // /// 02: static type warning
+ static int staticFieldInA; // /// 03: static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698