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

Unified Diff: test/codegen/expect/collection/src/priority_queue.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/priority_queue.txt
diff --git a/test/codegen/expect/collection/src/priority_queue.txt b/test/codegen/expect/collection/src/priority_queue.txt
index b55df055d1a239623ee37e20c8e45ac73281c584..5982ecac5244157b07260a74dafbaf989cef4ed3 100644
--- a/test/codegen/expect/collection/src/priority_queue.txt
+++ b/test/codegen/expect/collection/src/priority_queue.txt
@@ -1,4 +1,4 @@
// Messages from compiling priority_queue.dart
-warning: [DOWN_CAST_COMPOSITE] (comparison != null) ? comparison : Comparable.compare (Function) will need runtime check to cast to type (dynamic, dynamic) → int (package:collection/src/priority_queue.dart, line 142, col 22)
-warning: [DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/src/priority_queue.dart, line 210, col 15)
-warning: [DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/src/priority_queue.dart, line 215, col 38)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (dynamic, dynamic) → int (package:collection/src/priority_queue.dart, line 142, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → int to (E, E) → int (package:collection/src/priority_queue.dart, line 210, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → int to (E, E) → int (package:collection/src/priority_queue.dart, line 215, col 38)
« no previous file with comments | « test/codegen/expect/collection/src/iterable_zip.txt ('k') | test/codegen/expect/collection/src/queue_list.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698