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