Sign in
dart
/
sdk.git
/
43579e747afd093a9c4a772a1be24d1f41a10cfc
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
functionExpression_disallowed_afterObjectPattern.dart
blob: b00ce3a311c9ce0735c9f864bf53522444d69081 [
file
]
f
(
x
)
=>
switch
(
x
)
{
Foo
(
bar
:
_
)
when
()
=>
0
};