5 lines
61 B
Plaintext
Vendored
5 lines
61 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun String.test(): Int {
|
|
return length
|
|
} |