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