// PROBLEM: none class Test { var foo: Int get() = 1 set(value) { } }