Are there any plans to support delegating a class ...
# announcements
e
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
}