blob: 1293fef29fbf1dafda5628722b13ab3e88e85b6e [file]
// FIR_IDENTICAL
var my: Int = 0
get() = -field
set(arg) {
field = arg
}