Files
kotlin-fork/idea/testData/completion/weighers/basic/ExactMatchForKeyword.kt
T
2014-09-25 17:10:27 +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