``` Local delegated properties will allow you to d...
# language-proposals
j
Copy code
Local delegated properties will allow you to define a local variable as a delegated property:
fun foo() { val x by lazy { … } }