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

Unified Diff: tool/sdk_expected_errors.txt

Issue 1180513002: fix #214, check type of inferred initializing formal with default value (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 31655a1f25459e911073fa002a11fc9d4ec4c9a9..faca8e611593ccfbd1b40e1a3141c31bb0dc6418 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -259,12 +259,6 @@ warning: line 454, column 76 of dart:_internal/iterable.dart: [DownCastComposite
warning: line 481, column 29 of dart:_internal/iterable.dart: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T>
_currentExpansion = _f(_iterator.current).iterator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-warning: line 555, column 57 of dart:_internal/iterable.dart: [DownCastComposite] _f ((dynamic) → bool) will need runtime check to cast to type (E) → bool
- return new TakeWhileIterator<E>(_iterable.iterator, _f);
- ^^
-warning: line 648, column 57 of dart:_internal/iterable.dart: [DownCastComposite] _f ((dynamic) → bool) will need runtime check to cast to type (E) → bool
- return new SkipWhileIterator<E>(_iterable.iterator, _f);
- ^^
warning: line 961, column 33 of dart:_internal/iterable.dart: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable<T>
return new WhereIterable<T>(iterable, f);
^^^^^^^^
« tool/input_sdk/lib/internal/iterable.dart ('K') | « tool/input_sdk/lib/internal/iterable.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698