blob: 33dadd4d003f94391db2b43e595603b03ed0f803 [file]
test(dynamic x) {
switch (x) {
case true as Object:
break;
}
}