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

Unified Diff: pkg/kernel/testcases/reify/generic_methods_shadowing_test.dart

Issue 2766963002: Fix kernel test case format error. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/reify/generic_methods_shadowing_test.dart
diff --git a/pkg/kernel/testcases/reify/generic_methods_shadowing_test.dart b/pkg/kernel/testcases/reify/generic_methods_shadowing_test.dart
index 1509a09946927080638a10397c70f2dc7be44e62..e13e1e6191e62cb359536dadb8a9903b0dc826a2 100644
--- a/pkg/kernel/testcases/reify/generic_methods_shadowing_test.dart
+++ b/pkg/kernel/testcases/reify/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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698