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