LeoColman
class Foo(var bar: Bar) { fun foo() { bar = Bar() //Where to place the custom setter for this? } }