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