3 lines
62 B
Kotlin
Vendored
3 lines
62 B
Kotlin
Vendored
val a = 1
|
|
val b = 1
|
|
val foo = <selection>a + b</selection> - 1 |