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