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