5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@get:Throws(RuntimeException::class)
|
|
val a: String
|
|
get() = <caret>throw Exception() |