blob: 41648e7e7dc2be2082c54c6e49292552cac69969 [file] [log] [blame]
method(Map m) => switch (m) {
{} => 0,
_ => 1,
};