5 lines
99 B
Kotlin
5 lines
99 B
Kotlin
// "Convert to block body" "true"
|
|
fun foo(): Nothing {
|
|
throw UnsupportedOperationException()
|
|
}
|