<@U742BJKJB> yes `During an instance initializatio...
# getting-started
a
@satyarth yes
During an instance initialization, the initializer blocks are executed in the same order as they appear in the class body, interleaved with the property initializers:
https://kotlinlang.org/docs/reference/classes.html#constructors
👍 3