Files
kotlin-fork/idea/idea-completion/testData/basic/common/autoPopup/NoAutoPopupInValName.kt
T
2015-08-14 18:10:40 +03:00

10 lines
141 B
Kotlin
Vendored

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