Files
kotlin-fork/idea/testData/completion/basic/common/FunctionCompletionFormatting.kt
T

7 lines
83 B
Kotlin

fun test(a: Int) {}
fun some() {
tes<caret>
}
// EXIST: test@test(a: jet.Int)