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

Unified Diff: tool/sdk_expected_errors.txt

Issue 1948113003: Upgrade Iterable and Iterator. (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/string_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 905a0f4dd8294d432906c15a0e89810dac2448c3..f0c790d30b9691cb6ebaaa466d51025f62a03370 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -195,7 +195,6 @@
[warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/json.dart, line 895, col 15)
[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 (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 Iterable<int> to List<dynamic> (dart:core/string.dart, line 120, col 17)
[warning] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/uri.dart, line 1278, col 37)
@@ -240,20 +239,15 @@
[warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14)
[warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67)
[warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45)
-[warning] Unsound implicit cast from List<dynamic> to List<E> (dart:_internal/iterable.dart, line 312, col 12)
-[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_internal/iterable.dart, line 361, col 39)
-[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_internal/iterable.dart, line 382, col 17)
-[warning] Unsound implicit cast from (dynamic) → Iterable<dynamic> to (S) → Iterable<T> (dart:_internal/iterable.dart, line 457, col 76)
-[warning] Unsound implicit cast from Iterator<dynamic> to Iterator<T> (dart:_internal/iterable.dart, line 483, col 29)
-[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 992, col 35)
-[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 997, col 37)
-[warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 997, col 47)
-[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1002, col 35)
-[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1007, col 37)
-[warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 1007, col 47)
-[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1011, col 40)
-[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1047, col 35)
-[warning] Unsound implicit cast from List<dynamic> to List<T> (dart:_internal/iterable.dart, line 1129, col 31)
+[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 977, col 35)
+[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 982, col 37)
+[warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 982, col 47)
+[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 987, col 35)
+[warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 992, col 37)
+[warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 992, col 47)
+[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 996, col 40)
+[warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1032, col 35)
+[warning] Unsound implicit cast from List<dynamic> to List<T> (dart:_internal/iterable.dart, line 1114, col 31)
[warning] Unsound implicit cast from num to T (dart:math, line 85, col 16)
[warning] Unsound implicit cast from num to T (dart:math, line 120, col 16)
[warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, col 25)
« no previous file with comments | « tool/input_sdk/private/string_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698