Files
kotlin-fork/idea/testData/completion/handlers/ParamsFunction.kt.after
T
Nikolay Krasko 77150f02d9 KT-1373 Completion suggests constructors in type position
KT-1316 Type name completion inserts fully qualified name when works in incomplete code
2012-03-05 18:36:12 +04:00

8 lines
76 B
Plaintext

package somefortest
fun test(a: Int) {
}
fun other() {
test(<caret>)
}