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