Sign in
dart
/
sdk.git
/
b775d296845664837faf5adf2f2bf44c1448412b
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
wildcard_bare_insideNullCheck.dart
blob: 1ba3bceb29e0f289dcabdcfc5c3700ae1ce31bef [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
_
?:
break
;
}
}