Files
kotlin-fork/idea/idea-completion/testData/basic/common/KT10664.kt
T
2016-01-14 19:23:01 +03:00

10 lines
120 B
Kotlin
Vendored

fun foo(): String? = null
fun bar() {
val f = foo() ?: return
f.<caret>
}
// EXIST: length
// EXIST: hashCode