Files
kotlin-fork/idea/testData/completion/basic/common/FunctionCompletionFormatting.kt
T
2013-04-12 15:25:52 +04:00

7 lines
84 B
Kotlin

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