Is the positioning of an `init {}` block in a clas...
# getting-started
l
Is the positioning of an
init {}
block in a class supposed to be sensitive? Depdending on where I position it, it's evaluated before any properties are initialised (after constructor) including delegated props?