blob: 551a532fe47872f03c79824215bc999c6a531e1a [file] [log] [blame]
test(dynamic x) {
const y = 1;
switch (x) {
case y!:
break;
}
}