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

Unified Diff: test/codegen/expect/collection/src/iterable_zip.txt

Issue 1641643004: Roll analyzer to 0.27.2-alpha.1 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rerun tests and format Created 4 years, 11 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: test/codegen/expect/collection/src/iterable_zip.txt
diff --git a/test/codegen/expect/collection/src/iterable_zip.txt b/test/codegen/expect/collection/src/iterable_zip.txt
index 975c53fd7722d8c758ecc65b41da82aaa3a75926..265da73b6fc21f1715f701e334d2c6a78c159b3b 100644
--- a/test/codegen/expect/collection/src/iterable_zip.txt
+++ b/test/codegen/expect/collection/src/iterable_zip.txt
@@ -1,2 +1,2 @@
// Messages from compiling iterable_zip.dart
-warning: [DOWN_CAST_COMPOSITE] iterators (List<dynamic>) will need runtime check to cast to type List<Iterator<dynamic>> (package:collection/src/iterable_zip.dart, line 33, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Iterator<dynamic>> (package:collection/src/iterable_zip.dart, line 33, col 47)
« no previous file with comments | « test/codegen/expect/collection/src/equality.txt ('k') | test/codegen/expect/collection/src/priority_queue.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698