Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
functionExpression_allowed_insideMapPattern.dart
blob: 24923093066fabc1d166381e157131cee9080e77 [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
{
'x'
:
==
()
=>
0
}
=>
0
};