6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
fun foo(i: Int) { }
|
|
|
|
fun test() {
|
|
foo(<selection>1 // abc
|
|
/*def*/ + 2</selection>)
|
|
} |