Files
kotlin-fork/idea/testData/completion/weighers/basic/ExactMatchForKeyword.kt
T
Evgeny Gerashchenko 7a6429e35e Removed live templates completion contributor.
LT are added to completion on IDEA side.

Fixed EA-52890.
2014-10-15 11:51:01 +04:00

10 lines
137 B
Kotlin

fun test() {
val ifMore = true
val isFirst = true
if<caret>
}
// ORDER: if
// ORDER: ifMore
// ORDER: isFirst
// SELECTED: 0