6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
fun foo(i: Int) { }
|
|
|
|
fun test() {
|
|
foo(<selection>1
|
|
+ 2 - 3</selection>)
|
|
} |