Files
kotlin-fork/idea/testData/completion/basic/FunctionCompletionFormatting.kt
T
2012-05-22 01:45:36 +04:00

7 lines
80 B
Kotlin

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