Files
kotlin-fork/idea/testData/completion/weighers/ExactMatchForKeyword.kt
T
2013-12-17 21:17:56 +04:00

11 lines
151 B
Kotlin

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