Files
kotlin-fork/idea/testData/completion/basic/common/FunctionCompletionFormatting.kt
T
2013-04-29 15:44:07 +04:00

7 lines
83 B
Kotlin

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