Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/ExactMatchForKeyword.kt
T

11 lines
155 B
Kotlin
Vendored

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