you still have to define `public val foo: List<...
# announcements
y
you still have to define
public val foo: List<String>
and
private val _foo: MutableList<String>
in the same class