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