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

Unified Diff: tests/language_strong/function_subtype_closure1_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/function_subtype_closure1_test.dart
diff --git a/tests/language_strong/function_subtype_closure1_test.dart b/tests/language_strong/function_subtype_closure1_test.dart
index 5c62341a1c8d20bde5f9f38dd918304e357b57dd..aeb31b393dd5afa1eb7db68258f2cbb1f53da42b 100644
--- a/tests/language_strong/function_subtype_closure1_test.dart
+++ b/tests/language_strong/function_subtype_closure1_test.dart
@@ -18,6 +18,7 @@ class C<T> {
}
class I<T> {}
+
class J<T> extends I<int> {}
main() {
@@ -32,4 +33,4 @@ main() {
if (inCheckedMode) {
Expect.throws(() => new C<bool>(new X().f1), (e) => true);
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698