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