4 lines
72 B
Kotlin
4 lines
72 B
Kotlin
// "Convert to block body" "true"
|
|
fun foo(): String {
|
|
return "abc"
|
|
} |