Sign in
dart
/
dart_style
/
05d08d928bb850888144cbe7b2f3b72d24fccb92
/
.
/
test
/
tall
/
regression
/
0400
/
0489.stmt
blob: 805ca06e689056c0201a3e93906b3b9f94c99c91 [
file
] [
log
] [
blame
]
>>>
longerNamedFoo
..
items
.
add
(
new
Foo
()
..
name
=
bar
.
toto
..
placeUrl
=
place
.
toString
());
<<<
longerNamedFoo
..
items
.
add
(
new
Foo
()
..
name
=
bar
.
toto
..
placeUrl
=
place
.
toString
(),
);