9 lines
101 B
Kotlin
9 lines
101 B
Kotlin
package testing
|
|
|
|
fun some(f: () -> Unit) = 12
|
|
fun other() = 12
|
|
|
|
fun test() {
|
|
som<caret>other()
|
|
}
|