class ReadByAnotherPropertyInitializer() { val a = 1 init { val x = $a } }