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