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