blob: 4aa7ea7e26793d44982c6ab9958e8d0ac80337e7 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case const Foo(1) as Object:
break;
}
}