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