class My { init { var y: Int? y = 42 y.hashCode() } }