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