Sign in
dart
/
dart_style
/
8c0e44e0fbce0f625a7cbca479886c1ea0f583d8
/
.
/
test
/
tall
/
regression
/
0100
/
0156.unit
blob: ee5ae562980dcbe9f1a34075a5966ffdd34fdd4b [
file
] [
log
] [
blame
]
>>>
class
Foo
{
final
bar
;
final
baz
;
Foo
(
int
this
.
bar
(),
this
.
baz
);
}
<<<
class
Foo
{
final
bar
;
final
baz
;
Foo
(
int
this
.
bar
(),
this
.
baz
);
}