Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/afterNothingFun.kt
T
2014-03-04 19:13:54 +04:00

5 lines
99 B
Kotlin

// "Convert to block body" "true"
fun foo(): Nothing {
throw UnsupportedOperationException()
}