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

Unified Diff: test/generated_sdk/lib/collection/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/hash_map.dart ('k') | test/generated_sdk/lib/collection/iterable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/collection/hash_set.dart
diff --git a/test/generated_sdk/lib/collection/hash_set.dart b/test/generated_sdk/lib/collection/hash_set.dart
index 2a84cad4975b00a69a7892c6eb4883edba3a4033..641890f4159c194f7693750a6dd7ee5641750e3a 100644
--- a/test/generated_sdk/lib/collection/hash_set.dart
+++ b/test/generated_sdk/lib/collection/hash_set.dart
@@ -73,7 +73,7 @@ abstract class HashSet<E> implements Set<E> {
*/
factory HashSet({ 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/hash_map.dart ('k') | test/generated_sdk/lib/collection/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698