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