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

Unified Diff: tests/language/regress_22976_test.dart

Issue 2768073002: 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
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() {

Powered by Google App Engine
This is Rietveld 408576698