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

4 lines
107 B
Kotlin

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