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