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

11 lines
196 B
Kotlin
Vendored

// FIR_COMPARISON
fun shouldCompleteTopLevelCallablesFromIndex() = true
fun foo(statement: String) {
if (st<caret>)
}
// ORDER: statement
// ORDER: shouldCompleteTopLevelCallablesFromIndex