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

Unified Diff: tool/sdk_expected_errors.txt

Issue 1933383002: Workaround #537 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@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
« no previous file with comments | « tool/input_sdk/lib/js/dart2js/js_dart2js.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 c2c3795173dd25c918f57b8feae1c4767e2ae867..ca8e9146f16e8a24edda1a83d55d40ddbda8f914 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -249,9 +249,9 @@
[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 dynamic to E (dart:js, line 360, col 12)
-[warning] Unsound implicit cast from dynamic to E (dart:js, line 406, col 12)
-[warning] Unsound implicit cast from dynamic to E (dart:js, line 411, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:js, line 361, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:js, line 407, col 12)
+[warning] Unsound implicit cast from dynamic to E (dart:js, line 412, col 12)
[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/lib/js/dart2js/js_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698