Force no line break after dot in chained calls

#KT-20362 Fixed
This commit is contained in:
Dmitry Jemerov
2017-12-20 16:34:59 +01:00
parent 06fa61bb6f
commit 5652fa762f
6 changed files with 35 additions and 16 deletions
@@ -2,7 +2,6 @@
class JavaClass {
var v = ""
fun m(s: String) {
s.
this.v.
s.this.v.
}
}