blob: 86426503b97a98f86997d5b82bfd4743ff973f4f [file] [log] [blame]
test(dynamic x) {
switch (x) {
case const Foo(1)!:
break;
}
}