Files
kotlin-fork/idea/testData/intentions/addThrowsAnnotation/inGetter2.kt.after
T

5 lines
115 B
Plaintext
Vendored

// WITH_RUNTIME
@get:Throws(RuntimeException::class, Exception::class)
val a: String
get() = throw Exception()