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

6 lines
99 B
Kotlin

fun foo() {
val str : String
str. <caret>
}
// ABSENT: public, val, in, if, when, this