Sign in
dart
/
sdk.git
/
4be4ec7d364984b658d99cc308e00d57d5660df3
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
caseHead_withClassicPattern_unguarded_insideSwitchStatement.dart
blob: 9d252839c3c523f16fdcbf360c9343a70ede66f8 [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
0
:
break
;
}
}