It absolutely does on 1.0.3 - if I put the `init {...
# getting-started
l
It absolutely does on 1.0.3 - if I put the
init { instanceMethod() }
at the top of the class it'll fail as there are props that
instanceMethod()
depends on below which aren't initialised (ultimately causing a nullpointer)