mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
3 lines
74 B
Kotlin
Vendored
3 lines
74 B
Kotlin
Vendored
fun foo(a: Int): String {
|
|
return "<selection>abc$a\</selection>ndef"
|
|
} |