Per earlier question about data class extending sealed class and duplicating properties in the constructor, is there plans to add inheriting constructors? Something like what swift supports where if a subclass doesn't define a constructor, it inherits the constructor of the super class.
b
bdawg.io
11/30/2018, 3:39 AM
What should happen when there are multiple constructors? How would you opt-out of not having it magically inherit the constructor?
a
agrosner
11/30/2018, 3:57 AM
Declaring a constructor and explicitly picking one to use