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