Sign in
dart
/
sdk.git
/
284a7ee8c5b78c51a1cac9c770244d8093ba121c
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
syntheticIdentifier_insideSwitchExpression.dart
blob: e9309430c165278eb377b7e8836aa6c2b23e6409 [
file
] [
log
] [
blame
]
void
f
(
Object
?
x
)
=>
switch
(
x
)
{
if
};