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

Unified Diff: test/codegen/language/cascade2_test.dart

Issue 1757343002: upgrade to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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 | « test/codegen/expect/syncstar_syntax.js ('k') | test/codegen/language/compile_time_constant8_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/cascade2_test.dart
diff --git a/test/codegen/language/cascade2_test.dart b/test/codegen/language/cascade2_test.dart
index 3f6277ecba6a33a820693c26caba102a9a6cfa0a..4183464bee2e6d190648dbe51e9be3e3a8b52050 100644
--- a/test/codegen/language/cascade2_test.dart
+++ b/test/codegen/language/cascade2_test.dart
@@ -20,7 +20,8 @@ class A {
}
main() {
- var foo = [42, 0];
+ // Strong mode change: add explicit <dynamic>
+ var foo = <dynamic>[42, 0];
var a = new A();
var bar = a..add(foo)('WHAT');
a..foo[0] = new Object();
« no previous file with comments | « test/codegen/expect/syncstar_syntax.js ('k') | test/codegen/language/compile_time_constant8_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698