I can make a `class` and a `data class` non-final ...
# announcements
h
I can make a
class
and a
data class
non-final using the
all-open
compiler plugin. But this doesn’t work with an
object
. Is this intentional? It would make mocking so much easier when testing.