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

3 lines
99 B
Kotlin

// "Convert to block body" "true"
fun <caret>foo(): String = throw UnsupportedOperationException()