Force no line break after dot in chained calls
#KT-20362 Fixed
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
class JavaClass {
|
||||
var v = ""
|
||||
fun m(s: String) {
|
||||
s.
|
||||
this.v.
|
||||
s.this.v.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user