Sign in
◑
Theme
dart
/
sdk
/
00a3cdff40833b10a1bc00a639f3d653ffe2b5f4
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
rest_withoutSubpattern_insideMap.dart
blob: 983d79ef4d94458895f3c54fd4c47090be359a1f [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
{...}:
break
;
}
}