3 lines
87 B
Kotlin
3 lines
87 B
Kotlin
fun bar(a: Int, b: Int) {
|
|
val foo = { <selection>a + b</selection> - 1 }.invoke()
|
|
} |