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