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

Unified Diff: test/codegen/expect/collection/src/algorithms.txt

Issue 1840203002: More analyzer updates, and handle negative_tests (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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/algorithms.txt
diff --git a/test/codegen/expect/collection/src/algorithms.txt b/test/codegen/expect/collection/src/algorithms.txt
index 15d68b16c58d7130c5cb344964a542a15b92072a..73e80bb8bfb6d84b5fc981cef428d950447925b5 100644
--- a/test/codegen/expect/collection/src/algorithms.txt
+++ b/test/codegen/expect/collection/src/algorithms.txt
@@ -1,3 +1,3 @@
// Messages from compiling algorithms.dart
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 36, col 36)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 84, col 34)
+warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 36, col 36)
+warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 84, col 34)

Powered by Google App Engine
This is Rietveld 408576698