jkbbwr
Local delegated properties will allow you to define a local variable as a delegated property: fun foo() { val x by lazy { … } }