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