5 lines
130 B
Plaintext
Vendored
5 lines
130 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
@set:Throws(RuntimeException::class, Exception::class)
|
|
var setter: String = ""
|
|
set(value) = throw Exception() |