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