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

Unified Diff: tests/language_strong/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_strong/regress_22936_test.dart ('k') | tests/language_strong/regress_23038_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/regress_22976_test.dart
diff --git a/tests/language_strong/regress_22976_test.dart b/tests/language_strong/regress_22976_test.dart
index d2081cd149e824f5d4ac745cbcccf5c53ebd8ad6..14d2d3a14950a16423b7f487451f321f1ed642a4 100644
--- a/tests/language_strong/regress_22976_test.dart
+++ b/tests/language_strong/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_strong/regress_22936_test.dart ('k') | tests/language_strong/regress_23038_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698