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

7 lines
65 B
Kotlin

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