If I have a primary constructor, a secondary const...
# announcements
r
If I have a primary constructor, a secondary constructor, and an
init
block, when I call the secondary constructor, at what point does the
init
block get executed? E.g. before the primary, before the secondary, after both.