Sign in
dart
/
sdk
/
7e9c1c8018cdcf4881961a18ef1775145e847d9f
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
syntheticIdentifier_insideParenthesizedPattern.dart
blob: c3adda9dce96a1f978c3f900286b92d86e199992 [
file
] [
log
] [
blame
]
void
f
(
Object
?
x
)
{
switch
(
x
)
{
case
(
if
):
};
}