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