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

Unified Diff: tests/language_strong/callable_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/call_type_literal_test.dart ('k') | tests/language_strong/cascade_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/callable_test.dart
diff --git a/tests/language_strong/callable_test.dart b/tests/language_strong/callable_test.dart
index ede9fa499344356f0590a153674a702472f63e9a..5a52473ba3150e02a29bbb52cb1c02f5d7433084 100644
--- a/tests/language_strong/callable_test.dart
+++ b/tests/language_strong/callable_test.dart
@@ -32,10 +32,10 @@ typedef H();
main() {
X x = new X();
- Function f = x; // Should pass checked mode test
+ Function f = x; // Should pass checked mode test
Y y = new Y();
- Function g = y; // Should pass checked mode test
- F f0 = y; // Should pass checked mode test
+ Function g = y; // Should pass checked mode test
+ F f0 = y; // Should pass checked mode test
F f1 = x; //# 00: dynamic type error, static type warning
G g0 = y; //# 01: dynamic type error, static type warning
« no previous file with comments | « tests/language_strong/call_type_literal_test.dart ('k') | tests/language_strong/cascade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698