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

Unified Diff: tests/language_strong/generic_methods_shadowing_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/generic_methods_shadowing_test.dart
diff --git a/tests/language_strong/generic_methods_shadowing_test.dart b/tests/language_strong/generic_methods_shadowing_test.dart
index a677fd4f88cdf70e73d9f553350a99d23c0b6c9e..ae6a69d1cb58308d0a3dfc4018956e5efcfc1935 100644
--- a/tests/language_strong/generic_methods_shadowing_test.dart
+++ b/tests/language_strong/generic_methods_shadowing_test.dart
@@ -13,7 +13,6 @@ class X {}
class Y {}
bool foo<T, S>(T t, S s) {
-
// The type parameter T of bar shadows the type parameter T of foo.
bool bar<T>(T t) {
return t is T && t is S;

Powered by Google App Engine
This is Rietveld 408576698