blob: 61409972bb8599114afa4d6ad098e7e533b3981e [file] [log] [blame]
test(dynamic x) {
switch (x) {
case 1 && 2?:
break;
}
}