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

Side by Side Diff: test/codegen/expect/collection/iterable_zip.txt

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 // Messages from compiling iterable_zip.dart 1 // Messages from compiling iterable_zip.dart
2 warning: [DownCastComposite] iterators (List<dynamic>) will need runtime check t o cast to type List<Iterator<dynamic>> (package:collection/iterable_zip.dart, li ne 42, col 47) 2 warning: [DownCastComposite] iterators (List<dynamic>) will need runtime check t o cast to type List<Iterator<dynamic>> (package:collection/iterable_zip.dart, li ne 42, col 47)
3 info: [InferredTypeClosure] (x) => x.iterator has inferred type (Iterable<dynami c>) → dynamic (package:collection/iterable_zip.dart, line 33, col 37)
4 info: [DynamicInvoke] x.iterator requires dynamic invoke (package:collection/ite rable_zip.dart, line 33, col 44)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/equality.txt ('k') | test/codegen/expect/collection/priority_queue.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698