Index: tool/sdk_expected_errors.txt |
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt |
index 1dabfad83096336c23c66c19e17aad5d29e14dfc..80a120c40f30069cd6d125b1603c00bd5b14b975 100644 |
--- a/tool/sdk_expected_errors.txt |
+++ b/tool/sdk_expected_errors.txt |
@@ -27,6 +27,10 @@ |
[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) |
+[error] The return type 'double' is not a 'T', as defined by the method 'min'. (dart:math, line 90, col 16) |
+[error] The return type 'double' is not a 'T', as defined by the method 'min'. (dart:math, line 94, col 51) |
+[error] The return type 'double' is not a 'T', as defined by the method 'max'. (dart:math, line 125, col 16) |
+[error] The return type 'double' is not a 'T', as defined by the method 'max'. (dart:math, line 129, col 25) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 39, col 45) |
[warning] Unsound implicit cast from dynamic to List<NameValuePair> (dart:_debugger, line 750, col 43) |
[warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 839, col 37) |