blob: 1406426a2d969188c699805b1f0e96bd42ce23fa [file] [log] [blame]
test(dynamic x) {
switch (x) {
case 1 as Object:
break;
}
}