Passing required args of same type to super constructor
📝
内容提要
Imagine an abstract superclass with several required (and final) properties of the same type How do you pass the args in its subtype safely? This is not safe since you can confuse the order by...
➡️