mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
5 lines
140 B
Kotlin
Vendored
5 lines
140 B
Kotlin
Vendored
fun foo(a: Int): String {
|
|
val x = "_c$a:${a + 1}d_"
|
|
val y = "_$a:${a + 1}d_"
|
|
return "ab<selection>c$a:${a + 1}d</selection>ef"
|
|
} |