halgorithm
04/12/2020, 2:59 AMoperator fun MyDelegate.setValue()
returns a type other than Unit
(for use with delegated properties).
does that mean the setter generated in JVM bytecode will also return something? even though this isn't something the compiler normally allows with a non-delegated property setter?