Repeating an earlier question that got buried: Are...
# announcements
e
Repeating an earlier question that got buried: Are there any plans to support delegating a class to one of its fields? e.g.
Copy code
class SpecialCollection(): Collection by internalCollection {
    private val internalCollection: Collection
}
👍 1