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