blob: d06090abbb16842a807c637b94223e90791a5515 [file] [log] [blame] [edit]
void main() {
var (int x, (int, )? y) = switch (foo) {
_ => (42, null),
};
}