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

Unified Diff: tests/language_strong/mixin_type_parameter4_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/mixin_type_parameter4_test.dart
diff --git a/tests/language_strong/mixin_type_parameter4_test.dart b/tests/language_strong/mixin_type_parameter4_test.dart
index 8f35d8f110db729ab4a366baf23c8acf4e0ff87f..575058a5b58c3e89439892aa449ca6d9ea0baf21 100644
--- a/tests/language_strong/mixin_type_parameter4_test.dart
+++ b/tests/language_strong/mixin_type_parameter4_test.dart
@@ -9,6 +9,7 @@ class R<E, F> {}
class M<J> implements R<bool, J> {}
class B1 {}
+
class B2 {}
class A1<T> extends B1 with M<T> {}

Powered by Google App Engine
This is Rietveld 408576698