8 lines
147 B
Kotlin
8 lines
147 B
Kotlin
fun small(first: Int, second: Int) {
|
|
}
|
|
|
|
fun test() = small(12, <caret>)
|
|
|
|
// ABSENT: first
|
|
// EXIST: { lookupString:"second", itemText:"second =" }
|