// FLOW: IN class A { val x: Int init { x = 1 } val y = x fun test() { val y = x } }