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

Unified Diff: tests/language_strong/bailout4_test.dart

Issue 2779843004: Fix top-level inference errors for most of the newly failing tests. (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/corelib_strong/set_test.dart ('k') | tests/language_strong/closure_in_field_initializer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/bailout4_test.dart
diff --git a/tests/language_strong/bailout4_test.dart b/tests/language_strong/bailout4_test.dart
index 54c2f3f8ca7a3fb7f3f4f7b9f4544973db75d541..7c20517b9b0ab26dedef883367516cd3b3be1d80 100644
--- a/tests/language_strong/bailout4_test.dart
+++ b/tests/language_strong/bailout4_test.dart
@@ -12,7 +12,7 @@ class A {
}
var a = new A();
-var b = new List(4);
+var b = new List<dynamic>(4);
int count = 0;
main() {
« no previous file with comments | « tests/corelib_strong/set_test.dart ('k') | tests/language_strong/closure_in_field_initializer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698