blob: 4a0772b38de98b714cd3089eb504c7d6e9fb2970 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case "x" as Object:
break;
}
}