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

Side by Side Diff: test/codegen/expect/collection/priority_queue.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 priority_queue.dart 1 // Messages from compiling priority_queue.dart
2 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run time check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 240, col 15) 2 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run time check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 240, col 15)
3 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run time check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 245, col 38) 3 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run time check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 245, col 38)
4 info: [InferredType] (comparison != null) ? comparison : Comparable.compare has inferred type (dynamic, dynamic) → int (package:collection/priority_queue.dart, line 172, col 22)
5 info: [InferredTypeLiteral] const [] has inferred type List<E> (package:collecti on/priority_queue.dart, line 185, col 14)
6 info: [DynamicInvoke] comparison(last, element) requires dynamic invoke (package :collection/priority_queue.dart, line 209, col 18)
7 info: [InferredTypeLiteral] const [] has inferred type List<E> (package:collecti on/priority_queue.dart, line 222, col 14)
8 info: [DynamicInvoke] comparison(element, object) requires dynamic invoke (packa ge:collection/priority_queue.dart, line 290, col 18)
9 info: [DynamicInvoke] comparison(element, parent) requires dynamic invoke (packa ge:collection/priority_queue.dart, line 333, col 11)
10 info: [DynamicInvoke] comparison(leftChild, rightChild) requires dynamic invoke (package:collection/priority_queue.dart, line 353, col 18)
11 info: [DynamicInvoke] comparison(element, minChild) requires dynamic invoke (pac kage:collection/priority_queue.dart, line 363, col 14)
12 info: [DynamicInvoke] comparison(element, child) requires dynamic invoke (packag e:collection/priority_queue.dart, line 375, col 18)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/iterable_zip.txt ('k') | test/codegen/expect/collection/src/canonicalized_map.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698