4 lines
79 B
Kotlin
4 lines
79 B
Kotlin
// "Convert to block body" "true"
|
|
fun <caret>foo(): Unit = bar()
|
|
|
|
fun bar() { } |