I guess the `private val foo = Any()` generates a ...
# announcements
p
I guess the
private val foo = Any()
generates a a different getter so it doesn't cause an override of the original
getFoo
?