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

Unified Diff: tests/language_strong/lazy_static3_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/language_strong/lazy_static2_test.dart ('k') | tests/language_strong/lazy_static5_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/lazy_static3_test.dart
diff --git a/tests/language_strong/lazy_static3_test.dart b/tests/language_strong/lazy_static3_test.dart
index 796b39f5e5707cf2ba49e277f06c45583603271d..feb0e46067f060df85300093d6dff962d80d4b2a 100644
--- a/tests/language_strong/lazy_static3_test.dart
+++ b/tests/language_strong/lazy_static3_test.dart
@@ -10,7 +10,7 @@ var x3 = foo3();
var x4 = foo4();
var x5 = foo5();
final x6 = foo6();
-var x7 = x7 + 1;
+int x7 = x7 + 1;
foo() { throw "interrupt initialization"; }
foo2() { x2 = 499; throw "interrupt initialization"; }
« no previous file with comments | « tests/language_strong/lazy_static2_test.dart ('k') | tests/language_strong/lazy_static5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698