blakelee
class TestClass { private val testLazy by lazy { "Hello world" } fun testLazy() = testLazy }