Files
kotlin-fork/idea/testData/completion/keywords/AfterDot.kt
T
2014-01-14 18:06:50 +04:00

10 lines
254 B
Kotlin

fun foo() {
val str : String
str.<caret>
}
// ABSENT: package, as, type, class, this, super, val, var, fun, for, null, true
// ABSENT: false, is, in, throw, return, break, continue, object, if, try, else, while
// ABSENT: do, when, trait, This