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

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

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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 unified diff | Download patch
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 severe: [AnalyzerMessage] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, line 44, col 36)
Jennifer Messerly 2016/01/04 20:48:40 is this error level still correct? it looks like w
Leaf 2016/01/04 21:34:47 Ah right. I meant to look into that, thanks for t
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698