| Index: pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| diff --git a/pkg/dev_compiler/tool/sdk_expected_errors.txt b/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| index ac109270e49d5a1cef158478d4085ac92f3efddd..c0fc074c1457f8dfd284ff7891ac1b617e8d784c 100644
|
| --- a/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| +++ b/pkg/dev_compiler/tool/sdk_expected_errors.txt
|
| @@ -1,4 +1,3 @@
|
| -[error] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
|
| [error] Could not infer type parameter E, E must be of type <bottom>. (dart:_interceptors/js_array.dart, line 466, col 10)
|
| [error] Base class introduces an invalid override. The type of JSArray.[]= ((int, E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:_interceptors/js_array.dart, line 586, col 25)
|
| [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:_native_typed_data, line 793, col 3)
|
| @@ -47,8 +46,8 @@
|
| [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 455, col 27)
|
| [warning] Unsound implicit cast from (<bottom>, <bottom>) → int to (E, E) → int (dart:_interceptors/js_array.dart, line 466, col 21)
|
| [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 560, col 12)
|
| -[warning] Unsound implicit cast from dynamic to JSArray<String> (dart:_js_helper, line 80, col 37)
|
| -[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 883, col 16)
|
| +[warning] Unsound implicit cast from dynamic to JSArray<String> (dart:_js_helper, line 79, col 37)
|
| +[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 882, col 16)
|
| [warning] Unsound implicit cast from dynamic to () → List<Type> (dart:_js_mirrors, line 356, col 40)
|
| [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)
|
|
|