5 lines
105 B
Kotlin
5 lines
105 B
Kotlin
// "Convert to block body" "true"
|
|
fun <caret>foo(): String {
|
|
throw UnsupportedOperationException()
|
|
}
|