and as a reference, `var` fields always have both ...
# announcements
t
and as a reference,
var
fields always have both getters and setters, where
val
only ever has getters. this is important to keep in mind, especially when dealing in Java interop where not all fields have getters and setters