^KT-47797 Fixed ^KT-47987 Fixed ^KT-45034 Fixed ^KT-48446 Fixed ^KT-13934 Fixed
E.g. a statement like var x by ::y is semantically equivalent to var x get() = y set(value) { y = value } and thus does not need a full property reference object, or even a field if the receiver is not bound. #KT-39054 Fixed #KT-47102 Fixed