Sign in
dart
/
sdk
/
base
/
.
/
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
};