blob: 15b2236c9cda7e8c717d9d59702ae248093175ea [file] [log] [blame]
extension HashAll on Iterable {
int hashAll() => 0;
}
extension HashAllList on List {
int hashAll() => 1;
}
void main() {}