// OUT_OF_CODE_BLOCK: FALSE // TYPE: '//' // ERROR: Property must be initialized var prop1: Int set(value) { println("prop.setter") field = value }