blob: 33ac6393be136ef7e3def527ae2f33d823e20a64 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case null as Object:
break;
}
}