Files
kotlin-fork/idea/testData/completion/keywords/AfterSafeDot.kt
T
2014-10-16 15:14:21 +04:00

7 lines
67 B
Kotlin

fun foo() {
val str : String?
str?.<caret>
}
// NUMBER: 0