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