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