7 lines
132 B
Kotlin
7 lines
132 B
Kotlin
fun test(a: Int) {}
|
|
|
|
fun some() {
|
|
tes<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"test", itemText:"test", tailText:"(a: Int) (<root>)" } |