Hi, I have a proposal: allow referencing the class...
# language-proposals
l
Hi, I have a proposal: allow referencing the class members (i.e. having access to
this
) when implementing an interface by delegation. Would be useful for when you have a class that has a member that implements an interface, and you want the class to implement it, delegating to this member. Currently, you have to write all the boilerplate, or pass the member in the primary constructor parameter (which is not always possible).