blob: bd7bb8dd394211c930f6222a2660aed60cff6e8e [file] [log] [blame] [edit]
void f(x) {
const y = 1;
switch (x) {
case y!?:
break;
}
}