<@U6GS3U83X> yes, but there is an instance of `Laz...
# announcements
a
@silas.schwarz yes, but there is an instance of
Lazy
(created by
lazy { .. }
) inbetweeen. You are delegating the calls of
get()
and
set()
to the instance of
Lazy
, so
this
will refer to that instance, not your test class.