5 lines
115 B
Plaintext
Vendored
5 lines
115 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
@get:Throws(RuntimeException::class, Exception::class)
|
|
val a: String
|
|
get() = throw Exception() |