Sign in
dart
/
sdk
/
894a5fa7d5cd5f2a66035fa91cfabe4ea3bb394e
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
functionExpression_allowed_insideSwitchExpressionCase_guarded.dart
blob: 49c862382c407a1e9114a44a3b44a11a17318b5c [
file
]
f
(
x
)
=>
switch
(
x
)
{
_ when
switch
(
x
)
{
_ when
true
=>
()
=>
0
}
=>
0
};