Sign in
dart
/
sdk.git
/
3394fec2c7dd29a2cd2e31fccf2e0b61ba6e56f0
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
wildcard_bare_beforeWhen.dart
blob: 5f3c710a1f6cf327628f76861c68a83293f87800 [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
_ when
true
:
break
;
}
}