blob: c19ac7388a6a8a79a17de435f82dd261529eb9a3 [file] [log] [blame]
void f(x) {
switch (x) {
case var _ as Object:
break;
}
}