blob: af314c1dcd1985fbe86f9cfd4ee4c34c8c1a911d [file] [log] [blame]
void f(Object? x) {
(switch (x) {
const A() => 0,
_ => 1,
});