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