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