4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
fun foo(p: Int) {
|
|
val v = <caret>"(" + p + ")"
|
|
}
|