Sign in
dart
/
dart_style
/
89c982a6bd0fca57d2a77463904c076f67f264c6
/
.
/
test
/
regression
/
0400
/
0489.stmt
blob: 618a5704003d7d188c4e0ae2378b077cb5385ee9 [
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
());