Files
kotlin-fork/idea/idea-completion/testData/keywords/AfterSafeDot.kt
T

9 lines
102 B
Kotlin
Vendored

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