blob: 16af06d4a674999c3385575cc42bf79a01381af7 [file] [log] [blame]
f(x) => switch (x) {
_ when () => true => 1,
_ => 2
};