KT-337 Can't break a line before a dot

This commit is contained in:
Nikolay Krasko
2011-11-28 12:59:16 +04:00
parent 5ad627fab9
commit 09de9bef20
6 changed files with 90 additions and 4 deletions
@@ -0,0 +1,11 @@
fun test() {
val str = ""
str
.length
str
?.length
}