blob: 06346a3986cba4ff9ff4e27e2a14516e393aea38 [file] [log] [blame]
test(dynamic x) {
const y = 1;
switch (x) {
case y as Object:
break;
}
}