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