3 lines
58 B
Kotlin
Vendored
3 lines
58 B
Kotlin
Vendored
fun test(p: String): String {
|
|
return <caret>p + '\''
|
|
} |