mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
6 lines
132 B
Kotlin
Vendored
6 lines
132 B
Kotlin
Vendored
fun foo(a: Int): String {
|
|
val x = "xcd$a"
|
|
val y = "${a}cdx"
|
|
val z = "xcf$a"
|
|
return "ab<selection>cd</selection>ef"
|
|
} |