// SKIP_ERRORS_AFTER class A { var a: Int get() = 1 set(value) { field = value } }