Index: test/codegen/expect/collection/algorithms.txt |
diff --git a/test/codegen/expect/collection/algorithms.txt b/test/codegen/expect/collection/algorithms.txt |
index 6de979cbe20535486195636424df843e65f3fc80..9210958c18a22125856c17f54d2961fa072e1a3a 100644 |
--- a/test/codegen/expect/collection/algorithms.txt |
+++ b/test/codegen/expect/collection/algorithms.txt |
@@ -1,2 +1,2 @@ |
// Messages from compiling algorithms.dart |
-warning: [DownCastComposite] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, line 44, col 36) |
+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
|