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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c32877c1387a42d97fb111f5506fd67644ef449c |
--- /dev/null |
+++ b/test/codegen/expect/collection/src/algorithms.txt |
@@ -0,0 +1,3 @@ |
+// Messages from compiling algorithms.dart |
+warning: [DOWN_CAST_COMPOSITE] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 36, col 36) |
+warning: [DOWN_CAST_COMPOSITE] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 84, col 34) |