Sign in
dart
/
sdk.git
/
4be4ec7d364984b658d99cc308e00d57d5660df3
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
issue50591.dart
blob: ca4699a01d2faeb6d01eb1f4cba73c620760831b [
file
]
f
(
x
,
bool
Function
()
a
)
=>
switch
(
x
)
{
_ when a
()
=>
0
};