blob: 348cfc4ce2fee77c80f722d107a11c22926a8c49 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case {'a': 1}!:
break;
}
}