Sign in
dart
/
sdk.git
/
03fd2aaa4eae56cfcfc9d0bcd0ca9f3d5946ca18
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
identifier_when_when.dart
blob: 63ba1b95e954a2560750d71f6bedf9031c71da76 [
file
]
void
f
(
x
)
{
switch
(
x
)
{
case
foo when when
:
}
}