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

6 lines
51 B
Kotlin

fun test(a: Int) {
}
fun other() {
te<caret>
}