I think <@U19UGKG8P> want’s something like this: `...
# getting-started
o
I think @menegatti want’s something like this:
Copy code
class X {
    var param = 1
        set(value) { prop.reset() }
    val prop by resettable { param.toString() }
}
So code calculating prop value is near prop itself, and params are just calling reset.