blob: afc0b4aafd7b2fc9f896828ffbe5fe82d27017a3 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case "x"?:
break;
}
}