blob: e3481db3d06936817c92f1611228dc6e9b1c25fc [file] [log] [blame]
var withGetterAndSetter: Int = 42
get() = field
set(value) {
field = value
}