KT-337 Can't break a line before a dot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun test() {
|
||||
val str = ""
|
||||
|
||||
str
|
||||
|
||||
.length
|
||||
|
||||
str
|
||||
|
||||
?.length
|
||||
}
|
||||
Reference in New Issue
Block a user