Looking at secondary constructors, and the docs sa...
# announcements
k
Looking at secondary constructors, and the docs say
Delegation to the primary constructor happens as the first statement of a secondary constructor
which seems extremely limiting. I can't have a secondary constructor that transforms its arguments at all before invoking the primary constructor?