blob: 968e48984c14ae5daacb3967d642517983e814b1 [file] [log] [blame]
class Test {
var test: Int
get () {
return 0
}
set (value) {
throw NotSupportedException()
}
}