5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(): String {
|
|
val x = 1
|
|
return x.<caret>toString()
|
|
} |