blob: 901134c5311a7ce8dfe32bdef0d450e84864c08e [file] [log] [blame]
test(dynamic x) {
switch (x) {
case {'a': 1, 'b': 2}:
break;
}
}