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