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

Unified Diff: tests/language_strong/call_through_getter_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/call_through_getter_test.dart
diff --git a/tests/language_strong/call_through_getter_test.dart b/tests/language_strong/call_through_getter_test.dart
index 79ad94eff340662643a1e663bbe46b118cff63cd..38c7c07360ad3d350f255eeb67bd101473b7d37c 100644
--- a/tests/language_strong/call_through_getter_test.dart
+++ b/tests/language_strong/call_through_getter_test.dart
@@ -34,7 +34,7 @@ class CallThroughGetterTest {
TOP_LEVEL_CONST(); /// static type warning
});
expectThrowsNoSuchMethod(() {
- (TOP_LEVEL_CONST)(); /// static type warning
+ (TOP_LEVEL_CONST)(); // /// static type warning
});
}

Powered by Google App Engine
This is Rietveld 408576698