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