``` private val myLazy = lazy { ... } val myProper...
# announcements
d
Copy code
private val myLazy = lazy { ... }
val myProperty by myLazy