6 lines
78 B
Kotlin
6 lines
78 B
Kotlin
// "Convert to block body" "true"
|
|
fun foo(): Unit {
|
|
bar()
|
|
}
|
|
|
|
fun bar() { } |