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

Unified Diff: tests/language/regress_22976_test.dart

Issue 2774783002: Re-land "Format all multitests" (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 | « tests/language/regress_22936_test.dart ('k') | tests/language/regress_23038_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_22976_test.dart
diff --git a/tests/language/regress_22976_test.dart b/tests/language/regress_22976_test.dart
index e6e7da612e5c09804a81350b473e98a6617b7ec2..d64ef30000c51dc74d0ec5b0af43f8eb81a37213 100644
--- a/tests/language/regress_22976_test.dart
+++ b/tests/language/regress_22976_test.dart
@@ -5,7 +5,9 @@
// Regression test for issue 22976.
class A<T> {}
+
class B<T> implements A<T> {}
+
class C<S, T> implements B<S>, A<T> {}
main() {
« no previous file with comments | « tests/language/regress_22936_test.dart ('k') | tests/language/regress_23038_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698