blob: 986eaa14ae4ece521ab50098bcd610531a3de14d [file] [log] [blame]
40 columns |
>>> long parameters list, this.field
class Foo {
Foo(this.first, this.second, this.third, this.fourth);
}
<<<
class Foo {
Foo(this.first, this.second,
this.third, this.fourth);
}