KT-83: Distinguish syntactically when delegating t...
# language-proposals
c
KT-83: Distinguish syntactically when delegating to a property There's a big difference between delegating to an expression and to a your own property: {code} class X() : B by foo.bar() // foo.bar() is computed once class Y() : B by val foo { // foo is evaluate… 1 reply dmitry.petrov: So no KEEP needed?