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

6 lines
115 B
Kotlin

// "Convert to block body" "true"
val foo: String
get() {
throw UnsupportedOperationException()
}