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

Unified Diff: tool/sdk_expected_errors.txt

Issue 1952223006: Update String.fromCharCodes from sdk (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_helper.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 79afef9ffd840c51269b044c1d831819090c5702..2d9de609974fb756a8a27b2e5b2213dd3dce3bf2 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -47,9 +47,9 @@
[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 77, col 37)
-[warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 279, col 31)
-[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 839, 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 List<int> (dart:_js_helper, line 281, col 31)
+[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 859, 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)
@@ -170,7 +170,7 @@
[warning] Unsound implicit cast from Sink<dynamic> to Sink<String> (dart:convert/line_splitter.dart, line 24, col 44)
[warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
[warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126, col 16)
-[warning] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/string.dart, line 120, col 17)
+[warning] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/string.dart, line 116, col 33)
[warning] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/uri.dart, line 1278, col 37)
[warning] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 2023, col 12)
[warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
« no previous file with comments | « tool/input_sdk/private/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698