blob: d7135ed731dae5e0179874e809cfc1335a37722a [file] [log] [blame]
test(dynamic x) {
switch (x) {
case a.b.c as Object:
break;
}
}