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

Unified Diff: tests/language/type_promotion_parameter_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/type_promotion_parameter_test.dart
diff --git a/tests/language/type_promotion_parameter_test.dart b/tests/language/type_promotion_parameter_test.dart
index 6fe7eccc0963a7a70622829add686c01173ba99b..fd07e2cbd0f971339995076878980cadf5140ddb 100644
--- a/tests/language/type_promotion_parameter_test.dart
+++ b/tests/language/type_promotion_parameter_test.dart
@@ -160,8 +160,8 @@ void test(A a) {
}
if (a is D
&& a.a == ""
- && a.b == "" /// 42: static type warning
- && a.c == "" /// 43: static type warning
+ && a.b == "" // /// 42: static type warning
+ && a.c == "" // /// 43: static type warning
&& a.d == "") {
print(a.a);
print(a.b); /// 44: static type warning

Powered by Google App Engine
This is Rietveld 408576698