3 lines
75 B
Kotlin
3 lines
75 B
Kotlin
val a = 1
|
|
val b = 1
|
|
val foo = { <selection>a + b</selection> - 1 }.invoke() |