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