class InitOrderDemo(name: String) { init { println("First initializer block that prints ${name}") } }