Files
kotlin-fork/compiler/testData/psi/NewLinesValidOperations.jet
T
2011-11-28 12:59:16 +04:00

11 lines
84 B
Plaintext

fun test() {
val str = ""
str
.length
str
?.length
}