Sign in
dart
/
sdk
/
e8ebee884553828044abc53d40e389691e0a384a
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
switchExpression_recovery_illegalFunctionExpressionInGuard.dart
blob: 16af06d4a674999c3385575cc42bf79a01381af7 [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
_ when
()
=>
true
=>
1
,
_
=>
2
};