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

Unified Diff: tests/language/null_bottom_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/null_bottom_test.dart
diff --git a/tests/language/null_bottom_test.dart b/tests/language/null_bottom_test.dart
index 53e866a9ee74a320a15bd386401f40cf8a705c50..029c03190d75c123377a1cfe01fa242863c9a428 100644
--- a/tests/language/null_bottom_test.dart
+++ b/tests/language/null_bottom_test.dart
@@ -113,7 +113,7 @@ void testFunctionTypes() {
// If type promotion succeeds, the static type is int->Null, otherwise
// it's Null->int.
fun2(42); // Should not give a warning after type promotion.
- fun2(null).abs(); /// 03: runtime error
+ fun2(null).abs(); // /// 03: runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698