5 lines
119 B
Kotlin
Vendored
5 lines
119 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@set:Throws(RuntimeException::class)
|
|
var setter: String = ""
|
|
set(value) = <caret>throw Exception() |