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