var withGetterAndSetter: Int = 42/* DeclarationStructureElement */ get() = field set(value) { field = value }