`lazy(computeFoo)` is the same as `lazy{computeFoo...
# announcements
k
lazy(computeFoo)
is the same as
lazy{computeFoo()}
btw, Idea wil even suggest changing it.