Files
kotlin-fork/idea/testData/completion/basic/FunctionCompletionFormatting.kt
T
2012-05-29 15:03:36 +04:00

7 lines
84 B
Kotlin

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