Files
kotlin-fork/idea/testData/completion/keywords/InFunctionNoCompletionInValName.kt
T
2013-12-23 16:43:15 +04:00

9 lines
118 B
Kotlin

fun test() {
val <caret>
}
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */