blob: 78d4369647ae7139a7a90219b7e29c09220f8c17 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case var y as Object:
break;
}
}