3 lines
55 B
Plaintext
Vendored
3 lines
55 B
Plaintext
Vendored
fun test(p: String): String {
|
|
return <caret>"$p'"
|
|
} |