Join Slack
Powered by
<@U6GS3U83X> yes, but there is an instance of `Laz...
# announcements
a
Andreas Sinz
11/14/2017, 5:52 PM
@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.
4
Views
Open in Slack
Previous
Next