blob: c86381a097adaf75da12adeee8d23f39cfbe8a21 [file]
test(dynamic x) {
switch (x) {
case final y:
break;
}
}