// PROBLEM: none class Test { var foo: Int = 10 set(value) { field %= value } }