andym
06/30/2017, 1:53 PMval one: B
get() = backingA.one
val theOther: B
get() = backingA.theOther
but the third property is giving me trouble:
val selected: B
operator fun get(myArg: ArgType): B
= backingA.getSelected(myArg)
because the selected property "must be initialized or be abstract".