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