Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
nullCheck_insideNullAssert.dart
blob: 2d858a8a7cd0d9ac25f001373b3c6321a06414f7 [
file
] [
log
] [
blame
]
void
f
(
x
)
{
const
y
=
1
;
switch
(
x
)
{
case
y
?!:
break
;
}
}