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

Side by Side Diff: test/codegen/expect/collection/algorithms.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
« no previous file with comments | « test/codegen/expect/closure.txt ('k') | test/codegen/expect/collection/equality.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Messages from compiling algorithms.dart 1 // Messages from compiling algorithms.dart
2 warning: [DownCastComposite] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, l ine 44, col 36) 2 warning: [DownCastComposite] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, l ine 44, col 36)
3 info: [DynamicCast] key (dynamic) will need runtime check to cast to type Compar able<dynamic> (package:collection/algorithms.dart, line 44, col 48)
4 info: [DynamicInvoke] compare(element, key) requires dynamic invoke (package:col lection/algorithms.dart, line 51, col 16)
5 info: [DynamicInvoke] compare(element, list[mid]) requires dynamic invoke (packa ge:collection/algorithms.dart, line 138, col 24)
6 info: [DynamicInvoke] compare(element, target[mid]) requires dynamic invoke (pac kage:collection/algorithms.dart, line 212, col 11)
7 info: [DynamicInvoke] compare(firstElement, secondElement) requires dynamic invo ke (package:collection/algorithms.dart, line 280, col 9)
OLDNEW
« no previous file with comments | « test/codegen/expect/closure.txt ('k') | test/codegen/expect/collection/equality.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698