blob: 2b9c2940d2eb099b8b91f7ac0d4c0f845dc6d6c9 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case null:
break;
}
}