blob: 58f01d8f5a6cf1692e7b929faf166682f15e2945 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case a.b.c?:
break;
}
}