class ReadNonexistent() { val a: Int get() = 1 init { val x = $a } }