Sign in
dart
/
dart_style
/
refs/heads/flutter-style-experiment-2
/
.
/
test
/
experiment
/
regression
/
0400
/
0441.unit
blob: b2951a3beaa1bc97e0a6fbc7c04a0e18996864b6 [
file
] [
log
] [
blame
] [
edit
]
>>>
getSomeFoo
(
{
fooooooooooooooooooooo
:
const
[
'baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
]})
{
return
'rhubarb'
;
}
<<<
getSomeFoo
({
fooooooooooooooooooooo
:
const
[
'baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
],
})
{
return
'rhubarb'
;
}