5 lines
68 B
Plaintext
Vendored
5 lines
68 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(): String {
|
|
val x = 1
|
|
return "$x"
|
|
} |