blob: bb38dad6382a7b287006500097a8d50dec58aaf8 [file] [log] [blame]
f(x) => switch (x) {
int _ => 0,
_ => 1,
};