damian
class Foo { init { println("init 1") } val bar: Int = computeTheValue() init { println("And bar is: $bar") } }