Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/getterWithThrow.kt.after
T

7 lines
97 B
Plaintext
Vendored

// WITH_RUNTIME
val foo: String
get() {
throw UnsupportedOperationException()
}