Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: tool/sdk_expected_errors.txt

Issue 2006443002: Use factory constructor for list literals (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/input_sdk/private/js_array.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/sdk_expected_errors.txt
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt
index 9f7f0f9a854440e9829b43c4d579d14a580fc4c1..d44849388b82da214a5d3d0dac201cb1cbcae7ee 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -1,5 +1,5 @@
[error] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
-[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 576, col 25)
+[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 585, 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)
[error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:convert/chunked_conversion.dart, line 14, col 3)
[error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (dart:convert/chunked_conversion.dart, line 14, col 3)
@@ -34,19 +34,19 @@
[warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, 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)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 107, col 12)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 149, col 17)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 157, col 17)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 188, col 27)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 229, col 27)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 242, col 27)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 254, col 27)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 267, col 27)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 285, col 16)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 290, col 17)
-[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 E (dart:_interceptors/js_array.dart, line 116, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 158, col 17)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 166, col 17)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 197, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 238, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 251, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 263, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 276, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 294, col 16)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 299, col 17)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 442, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 454, col 27)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 559, 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 852, col 16)
[warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 133, col 31)
« no previous file with comments | « tool/input_sdk/private/js_array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698