Files
kotlin-fork/idea/testData/completion/handlers/NoParamsFunction.kt
T

8 lines
62 B
Kotlin

fun test() {
}
fun other() {
te<caret>
}
// INSERT: test