Sign in
dart
/
sdk
/
9221f34648cd1f4f93c498ada05a66df04e5e4a6
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
functionExpression_allowed_insideSwitchExpressionCase_guarded.dart
blob: 49c862382c407a1e9114a44a3b44a11a17318b5c [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
_ when
switch
(
x
)
{
_ when
true
=>
()
=>
0
}
=>
0
};