blob: 642f1e746641c515d45cab72ac5511db0c73a2a4 [file] [log] [blame]
test(dynamic x) {
const y = 1;
switch (x) {
case y?:
break;
}
}