Sign in
dart
/
sdk
/
e480c74d0157eb09dba85fe3220a7de4ff94cec4
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
functionExpression_allowed_insideSwitchExpressionCase_unguarded.dart
blob: 5cfab83788418dcb5b914fba7fcc194310f6b251 [
file
]
f
(
x
)
=>
switch
(
x
)
{
_ when
switch
(
x
)
{
_
=>
()
=>
0
}
=>
0
};