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

Unified Diff: tool/sdk_expected_errors.txt

Issue 1939093003: List.unmodifiable (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 8 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
Index: tool/sdk_expected_errors.txt
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt
index c35f974b3b1fb54d29e34222f4ca06515af7e210..3574930ce4700175daae49de1e76f4762a3200c9 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -12,9 +12,9 @@
[warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, col 5)
[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 80, col 12)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 125, col 9)
-[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 313, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 95, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 140, col 9)
+[warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 328, col 12)
[warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 265, col 31)
[warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 780, col 16)
[warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31)
@@ -198,6 +198,7 @@
[warning] Unsound implicit cast from (int) → Object to (int) → E (dart:core/iterable.dart, line 319, col 22)
[warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 121, col 16)
[warning] Unsound implicit cast from List<dynamic> to List<E> (dart:core/list.dart, line 124, col 12)
+[warning] Unsound implicit cast from List<dynamic> to List<E> (dart:core/list.dart, line 163, col 12)
[warning] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/string.dart, line 121, col 17)
[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)
« tool/input_sdk/lib/internal/list.dart ('K') | « 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