Sign in
dart
/
sdk
/
7e9c1c8018cdcf4881961a18ef1775145e847d9f
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
rest_withoutSubpattern_insideMap.dart
blob: 983d79ef4d94458895f3c54fd4c47090be359a1f [
file
] [
log
] [
blame
]
void
f
(
x
)
{
switch
(
x
)
{
case
{...}:
break
;
}
}