Index: tool/sdk_expected_errors.txt |
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt |
index 7af8fc8af6f7a4c68fba178910ac0a67ca978d81..8044093b35a1c7029466841aebb2e971766a4f17 100644 |
--- a/tool/sdk_expected_errors.txt |
+++ b/tool/sdk_expected_errors.txt |
@@ -31,6 +31,18 @@ |
[error] The part was not supplied as an input to the compiler. (dart:html_common/filtered_element_list.dart, line 1, col 1) |
[error] The part was not supplied as an input to the compiler. (dart:html_common/lists.dart, line 1, col 1) |
[error] Invalid override. The type of JsArray.[]= ((Object, E) → void) is not a subtype of JsObject.[]= ((Object, dynamic) → dynamic). (dart:js, line 363, col 3) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 40, col 67) |
+[warning] Unsound implicit cast from List<dynamic> to List<K> (dart:_js_helper/constant_map.dart, line 42, col 60) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 60, col 41) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 61, col 27) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 94, col 12) |
+[warning] Unsound implicit cast from dynamic to K (dart:_js_helper/constant_map.dart, line 107, col 9) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 107, col 14) |
+[warning] Unsound implicit cast from List<dynamic> to Iterable<K> (dart:_js_helper/constant_map.dart, line 116, col 37) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/constant_map.dart, line 116, col 58) |
+[warning] Unsound implicit cast from dynamic to List<K> (dart:_js_helper/constant_map.dart, line 124, col 35) |
+[warning] Unsound implicit cast from Iterator<dynamic> to Iterator<K> (dart:_js_helper/constant_map.dart, line 142, col 31) |
+[warning] Unsound implicit cast from dynamic to LinkedHashMap<K, V> (dart:_js_helper/constant_map.dart, line 158, col 38) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 24, col 45) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 839, col 37) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 886, col 11) |
@@ -47,12 +59,21 @@ |
[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 433, col 27) |
[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 445, col 27) |
[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 550, col 12) |
-[warning] Unsound implicit cast from dynamic to JSArray<String> (dart:_js_helper, line 79, col 37) |
-[warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 281, col 31) |
-[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 853, col 16) |
+[warning] Unsound implicit cast from dynamic to JSArray<String> (dart:_js_helper, line 81, col 37) |
+[warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 283, col 31) |
+[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 855, col 16) |
[warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors/js_string.dart, line 92, col 14) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors/js_string.dart, line 95, col 14) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 102, col 14) |
sra1
2016/05/09 23:16:40
[A] this warning points to a problem.
|
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 107, col 14) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 120, col 12) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 186, col 12) |
+[warning] Unsound implicit cast from dynamic to K (dart:_js_helper/linked_hash_map.dart, line 201, col 14) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 201, col 35) |
+[warning] Unsound implicit cast from dynamic to V (dart:_js_helper/linked_hash_map.dart, line 224, col 12) |
+[warning] Unsound implicit cast from dynamic to E (dart:_js_helper/linked_hash_map.dart, line 395, col 9) |
+[warning] Unsound implicit cast from dynamic to E (dart:_js_helper/linked_hash_map.dart, line 423, col 18) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) |
[warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) |
[warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) |