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