blob: 66ff1625acf768129b20241bd1a7096e5c3e5441 [file] [log] [blame]
test(dynamic x) {
if (x case const Foo(1)) {}
}