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