you can do this now in a non-elegant fashion with ...
# language-proposals
g
you can do this now in a non-elegant fashion with a bit of leg work:
Copy code
val delegate: Delegate = delegate<SomeClass>({ instance.prop }, { it -> instant.prop = it })