Sign in
dart
/
sdk
/
59f19d87711d8d1300dce5e27dd79e61b3de36d3
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
identifier_as_when.dart
blob: 6891ea98cd82c0f7830acd1ad9286d149dadfeea [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
foo
as
when
:
}
}