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

Unified Diff: test/generated_sdk/lib/collection/linked_hash_set.dart

Issue 1122313002: Typing fixes to eliminate casts/dcalls (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 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 | « test/generated_sdk/lib/collection/linked_hash_map.dart ('k') | test/generated_sdk/lib/collection/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/collection/linked_hash_set.dart
diff --git a/test/generated_sdk/lib/collection/linked_hash_set.dart b/test/generated_sdk/lib/collection/linked_hash_set.dart
index f475b0d8bd4276fcc5739109228e8b1844bd5129..14ba17e6094eb0c56c3d38fb2116b463d93a24af 100644
--- a/test/generated_sdk/lib/collection/linked_hash_set.dart
+++ b/test/generated_sdk/lib/collection/linked_hash_set.dart
@@ -54,7 +54,7 @@ abstract class LinkedHashSet<E> implements HashSet<E> {
*/
factory LinkedHashSet({ bool equals(E e1, E e2),
int hashCode(E e),
- bool isValidKey(potentialKey) }) {
+ bool isValidKey(Object potentialKey) }) {
if (isValidKey == null) {
if (hashCode == null) {
if (equals == null) {
« no previous file with comments | « test/generated_sdk/lib/collection/linked_hash_map.dart ('k') | test/generated_sdk/lib/collection/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698