Sign in
dart
/
sdk
/
9b42e2d1663ce3855097e7f8acaeaffc511f88a3
/
.
/
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
};